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
session -
Constructor Summary
ConstructorsConstructorDescriptionAzimuthWaypoint(GeyserSession session, UUID uuid, net.kyori.adventure.key.Key style, Color color, Optional<Entity> entity) -
Method Summary
Methods inherited from class org.geysermc.geyser.session.cache.waypoint.GeyserWaypoint
color, create, sendLocationPacket, setEntity, setPosition, track, untrack, update, uses26_10WaypointPacket, uses26_20WaypointPacket
-
Constructor Details
-
AzimuthWaypoint
public AzimuthWaypoint(GeyserSession session, UUID uuid, net.kyori.adventure.key.Key style, Color color, Optional<Entity> entity)
-
-
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
-