Class PlayerConfigCustomClickEvent
java.lang.Object
net.minestom.server.event.player.PlayerConfigCustomClickEvent
- All Implemented Interfaces:
Event, EntityEvent, PlayerEvent
Triggered when we receive a custom click packet from the client during the configuration state.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionPlayerConfigCustomClickEvent(Player player, Key key, @Nullable BinaryTag payload) -
Method Summary
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface PlayerEvent
getEntity
-
Constructor Details
-
PlayerConfigCustomClickEvent
-
-
Method Details
-
getPlayer
Description copied from interface:PlayerEventGets the player.- Specified by:
getPlayerin interfacePlayerEvent- Returns:
- the player
-
getKey
-
getPayload
-