Uses of Enum Class
org.cloudburstmc.api.util.Direction.Axis
Packages that use Direction.Axis
-
Uses of Direction.Axis in org.cloudburstmc.api.block
Fields in org.cloudburstmc.api.block with type parameters of type Direction.AxisModifier and TypeFieldDescriptionstatic final EnumBlockTrait<Direction.Axis>BlockTraits.AXISstatic final EnumBlockTrait<Direction.Axis>BlockTraits.PORTAL_AXIS -
Uses of Direction.Axis in org.cloudburstmc.api.util
Methods in org.cloudburstmc.api.util that return Direction.AxisModifier and TypeMethodDescriptionDirection.getAxis()Get the Axis of this BlockFacestatic Direction.AxisReturns the enum constant of this class with the specified name.static Direction.Axis[]Direction.Axis.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.cloudburstmc.api.util with parameters of type Direction.AxisModifier and TypeMethodDescriptionstatic DirectionDirection.fromAxis(Direction.AxisDirection axisDirection, Direction.Axis axis)