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 TypeMethodDescriptionvoid
forEachWaypoint
(Entity pEntity, Consumer<TrackedWaypoint> pAction) boolean
void
trackWaypoint
(TrackedWaypoint pWaypoint) void
untrackWaypoint
(TrackedWaypoint pWaypoint) void
updateWaypoint
(TrackedWaypoint pWaypoint)
-
Field Details
-
waypoints
-
-
Constructor Details
-
ClientWaypointManager
public ClientWaypointManager()
-
-
Method Details
-
trackWaypoint
- Specified by:
trackWaypoint
in interfaceWaypointManager<TrackedWaypoint>
-
updateWaypoint
- Specified by:
updateWaypoint
in interfaceWaypointManager<TrackedWaypoint>
-
untrackWaypoint
- Specified by:
untrackWaypoint
in interfaceWaypointManager<TrackedWaypoint>
-
hasWaypoints
public boolean hasWaypoints() -
forEachWaypoint
-