Class PlayerReadyEvent

java.lang.Object
com.hypixel.hytale.server.core.event.events.player.PlayerEvent<String>
com.hypixel.hytale.server.core.event.events.player.PlayerReadyEvent
All Implemented Interfaces:
IBaseEvent<String>, IEvent<String>

public class PlayerReadyEvent extends PlayerEvent<String>
  • Field Details

    • readyId

      private final int readyId
  • Constructor Details

    • PlayerReadyEvent

      public PlayerReadyEvent(@Nonnull Ref<EntityStore> ref, @Nonnull Player player, int readyId)
  • Method Details