Package net.minecraft.client.waypoints
Class ClientWaypointManager
java.lang.Object
net.minecraft.client.waypoints.ClientWaypointManager
- All Implemented Interfaces:
TrackedWaypointManager,WaypointManager<TrackedWaypoint>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final Map<com.mojang.datafixers.util.Either<UUID, String>, TrackedWaypoint> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidforEachWaypoint(Entity pEntity, Consumer<TrackedWaypoint> pAction) booleanvoidtrackWaypoint(TrackedWaypoint p_416480_) voiduntrackWaypoint(TrackedWaypoint p_416593_) voidupdateWaypoint(TrackedWaypoint p_416549_)
-
Field Details
-
waypoints
-
-
Constructor Details
-
ClientWaypointManager
public ClientWaypointManager()
-
-
Method Details
-
trackWaypoint
- Specified by:
trackWaypointin interfaceWaypointManager<TrackedWaypoint>
-
updateWaypoint
- Specified by:
updateWaypointin interfaceWaypointManager<TrackedWaypoint>
-
untrackWaypoint
- Specified by:
untrackWaypointin interfaceWaypointManager<TrackedWaypoint>
-
hasWaypoints
public boolean hasWaypoints() -
forEachWaypoint
-