Uses of Class
me.clientastisch.events.event.impl.player.interact.PacketUseEntityEvent.Action
-
Packages that use PacketUseEntityEvent.Action Package Description me.clientastisch.events.event.impl.player.interact -
-
Uses of PacketUseEntityEvent.Action in me.clientastisch.events.event.impl.player.interact
Methods in me.clientastisch.events.event.impl.player.interact that return PacketUseEntityEvent.Action Modifier and Type Method Description abstract PacketUseEntityEvent.Action
PacketUseEntityEvent. getCause()
static PacketUseEntityEvent.Action
PacketUseEntityEvent.Action. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static PacketUseEntityEvent.Action[]
PacketUseEntityEvent.Action. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-