Class AzimuthWaypoint
java.lang.Object
org.geysermc.geyser.session.cache.waypoint.GeyserWaypoint
org.geysermc.geyser.session.cache.waypoint.AzimuthWaypoint
- All Implemented Interfaces:
TickingWaypoint
-
Field Summary
Fields inherited from class org.geysermc.geyser.session.cache.waypoint.GeyserWaypoint
position, session -
Constructor Summary
ConstructorsConstructorDescriptionAzimuthWaypoint(GeyserSession session, Optional<PlayerEntity> player, Color color) -
Method Summary
Methods inherited from class org.geysermc.geyser.session.cache.waypoint.GeyserWaypoint
color, create, sendLocationPacket, setPlayer, track, untrack, update
-
Constructor Details
-
AzimuthWaypoint
-
-
Method Details
-
setData
public void setData(org.geysermc.mcprotocollib.protocol.data.game.level.waypoint.WaypointData data) - Specified by:
setDatain classGeyserWaypoint
-
tick
public void tick()- Specified by:
tickin interfaceTickingWaypoint
-