Uses of Enum Class
org.cloudburstmc.api.util.data.LeverDirection
Packages that use LeverDirection
-
Uses of LeverDirection in org.cloudburstmc.api.block
Fields in org.cloudburstmc.api.block with type parameters of type LeverDirectionModifier and TypeFieldDescriptionstatic EnumBlockTrait<LeverDirection>BlockTraits.LEVER_DIRECTION -
Uses of LeverDirection in org.cloudburstmc.api.util.data
Methods in org.cloudburstmc.api.util.data that return LeverDirectionModifier and TypeMethodDescriptionstatic LeverDirectionLeverDirection.forDirection(Direction clickedSide, Direction playerDirection)static LeverDirectionReturns the enum constant of this class with the specified name.static LeverDirection[]LeverDirection.values()Returns an array containing the constants of this enum class, in the order they are declared.