Class PlayerSetupDisconnectEvent
java.lang.Object
com.hypixel.hytale.server.core.event.events.player.PlayerSetupDisconnectEvent
- All Implemented Interfaces:
IBaseEvent<Void>,IEvent<Void>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final PlayerAuthenticationprivate final PacketHandler.DisconnectReasonprivate final Stringprivate final UUID -
Constructor Summary
ConstructorsConstructorDescriptionPlayerSetupDisconnectEvent(String username, UUID uuid, PlayerAuthentication auth, PacketHandler.DisconnectReason disconnectReason) -
Method Summary
-
Field Details
-
username
-
uuid
-
auth
-
disconnectReason
-
-
Constructor Details
-
PlayerSetupDisconnectEvent
public PlayerSetupDisconnectEvent(String username, UUID uuid, PlayerAuthentication auth, PacketHandler.DisconnectReason disconnectReason)
-
-
Method Details