Class ChunkWaypoint
java.lang.Object
org.geysermc.geyser.session.cache.waypoint.GeyserWaypoint
org.geysermc.geyser.session.cache.waypoint.ChunkWaypoint
-
Field Summary
Fields inherited from class org.geysermc.geyser.session.cache.waypoint.GeyserWaypoint
position, session -
Constructor Summary
ConstructorsConstructorDescriptionChunkWaypoint(GeyserSession session, Optional<UUID> uuid, OptionalLong entityId, Color color) -
Method Summary
Modifier and TypeMethodDescriptionvoidsetData(org.geysermc.mcprotocollib.protocol.data.game.level.waypoint.WaypointData data) Methods inherited from class org.geysermc.geyser.session.cache.waypoint.GeyserWaypoint
color, create, sendLocationPacket, setPlayer, track, untrack, update
-
Constructor Details
-
ChunkWaypoint
public ChunkWaypoint(GeyserSession session, Optional<UUID> uuid, OptionalLong entityId, Color color)
-
-
Method Details
-
setData
public void setData(org.geysermc.mcprotocollib.protocol.data.game.level.waypoint.WaypointData data) - Specified by:
setDatain classGeyserWaypoint
-