Class WaypointCache

java.lang.Object
org.geysermc.geyser.session.cache.waypoint.WaypointCache

public final class WaypointCache extends Object
  • Constructor Details

  • Method Details

    • handlePacket

      public void handlePacket(org.geysermc.mcprotocollib.protocol.packet.ingame.clientbound.level.ClientboundTrackedWaypointPacket packet)
    • listPlayer

      public void listPlayer(PlayerEntity player)
    • unlistPlayer

      public void unlistPlayer(PlayerEntity player)
    • getWaypointColor

      public Optional<Color> getWaypointColor(UUID uuid)
    • tick

      public void tick()
    • clear

      public void clear()