Class CoordinatesWaypoint
java.lang.Object
org.geysermc.geyser.session.cache.waypoint.GeyserWaypoint
org.geysermc.geyser.session.cache.waypoint.CoordinatesWaypoint
-
Field Summary
Fields inherited from class org.geysermc.geyser.session.cache.waypoint.GeyserWaypoint
session -
Constructor Summary
ConstructorsConstructorDescriptionCoordinatesWaypoint(GeyserSession session, UUID uuid, net.kyori.adventure.key.Key style, Color color, Optional<Entity> entity) -
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, setEntity, setPosition, track, untrack, update, uses26_10WaypointPacket, uses26_20WaypointPacket
-
Constructor Details
-
CoordinatesWaypoint
public CoordinatesWaypoint(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
-