public class PlayerReadyEvent extends PlayerEvent
Event fired when playerready occurs. Listen for this event using EventBus.register.
java.lang.Object > PlayerEvent > PlayerReadyEvent
Field Summary
No fields documented.
Method Detail
PlayerReadyEvent
public
public
PlayerReadyEvent
(@Nonnull final Ref ref, @Nonnull final Player player, final int readyId)
Method PlayerReadyEvent.
- Parameters:
@Nonnull final Refref@Nonnull final Playerplayerfinal intreadyId
getReadyId
public
int
getReadyId
()
Method getReadyId.
toString
public
String
toString
()
Method toString.