Package net.md_5.bungee.api.event
Class PlayerConfigurationEvent
java.lang.Object
net.md_5.bungee.api.plugin.Event
net.md_5.bungee.api.event.AsyncEvent<PlayerConfigurationEvent>
net.md_5.bungee.api.event.PlayerConfigurationEvent
Called at an appropriate time during the player's configuration phase.
This event will be called at an unspecified time when the player is in the
configuration phase, usually towards the end of that phase but always prior
to the completion of that phase.
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionPlayerConfigurationEvent(ProxiedPlayer player, PlayerConfigurationEvent.Reason reason, Callback<PlayerConfigurationEvent> done) -
Method Summary
Methods inherited from class net.md_5.bungee.api.event.AsyncEvent
completeIntent, postCall, registerIntent
-
Constructor Details
-
PlayerConfigurationEvent
public PlayerConfigurationEvent(ProxiedPlayer player, PlayerConfigurationEvent.Reason reason, Callback<PlayerConfigurationEvent> done)
-
-
Method Details
-
getPlayer
The player entering configuration phase. -
getReason
The reason the player is entering configuration phase. -
toString
- Overrides:
toStringin classAsyncEvent<PlayerConfigurationEvent>
-
equals
- Overrides:
equalsin classAsyncEvent<PlayerConfigurationEvent>
-
canEqual
- Overrides:
canEqualin classAsyncEvent<PlayerConfigurationEvent>
-
hashCode
public int hashCode()- Overrides:
hashCodein classAsyncEvent<PlayerConfigurationEvent>
-