Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Defines how waypoint textures change based on distance. Contains a list of texture bounds that determine which texture is displayed at different distance ranges.
Properties
textureBoundsList
textureBoundsList: WaypointTextureBounds[];
An array of @minecraft/server.WaypointTextureBounds that define which textures are displayed at different distance ranges. The system evaluates these bounds to determine the appropriate texture based on the current distance to the waypoint. The list has a maximum size limit of 16.
Type: WaypointTextureBounds[]