Uses of Enum Class
com.loohp.limbo.location.BlockFace
Packages that use BlockFace
-
Uses of BlockFace in com.loohp.limbo.events.player
Methods in com.loohp.limbo.events.player that return BlockFaceConstructors in com.loohp.limbo.events.player with parameters of type BlockFaceModifierConstructorDescriptionPlayerInteractEvent
(Player player, PlayerInteractEvent.Action action, ItemStack item, BlockState clickedBlock, BlockFace clickedFace, EquipmentSlot hand) -
Uses of BlockFace in com.loohp.limbo.location
Methods in com.loohp.limbo.location that return BlockFaceModifier and TypeMethodDescriptionBlockFace.getOppositeFace()
static BlockFace
Returns the enum constant of this class with the specified name.static BlockFace[]
BlockFace.values()
Returns an array containing the constants of this enum class, in the order they are declared.