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