Uses of Enum Class
org.cloudburstmc.api.util.data.RailDirection
Packages that use RailDirection
-
Uses of RailDirection in org.cloudburstmc.api.block
Fields in org.cloudburstmc.api.block with type parameters of type RailDirectionModifier and TypeFieldDescriptionstatic EnumBlockTrait<RailDirection>BlockTraits.RAIL_DIRECTIONstatic EnumBlockTrait<RailDirection>BlockTraits.SIMPLE_RAIL_DIRECTION -
Uses of RailDirection in org.cloudburstmc.api.util.data
Methods in org.cloudburstmc.api.util.data that return RailDirectionModifier and TypeMethodDescriptionstatic RailDirectionstatic RailDirectionstatic RailDirection[]RailDirection.simpleValues()static RailDirectionstatic RailDirectionRailDirection.straightOrCurved(Direction f1, Direction f2)static RailDirectionReturns the enum constant of this class with the specified name.static RailDirection[]RailDirection.values()Returns an array containing the constants of this enum class, in the order they are declared.