Class WaypointCache
java.lang.Object
org.geysermc.geyser.session.cache.waypoint.WaypointCache
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclear()getWaypointColor(UUID uuid) voidhandlePacket(org.geysermc.mcprotocollib.protocol.packet.ingame.clientbound.level.ClientboundTrackedWaypointPacket packet) voidlistPlayer(PlayerEntity player) voidtick()voidunlistPlayer(PlayerEntity player)
-
Constructor Details
-
WaypointCache
-
-
Method Details
-
handlePacket
public void handlePacket(org.geysermc.mcprotocollib.protocol.packet.ingame.clientbound.level.ClientboundTrackedWaypointPacket packet) -
listPlayer
-
unlistPlayer
-
getWaypointColor
-
tick
public void tick() -
clear
public void clear()
-