Uses of Enum Class
org.cloudburstmc.api.util.data.WallConnectionType
Packages that use WallConnectionType
-
Uses of WallConnectionType in org.cloudburstmc.api.block
Fields in org.cloudburstmc.api.block with type parameters of type WallConnectionTypeModifier and TypeFieldDescriptionstatic final EnumBlockTrait<WallConnectionType>BlockTraits.WALL_CONNECTION_EASTstatic final EnumBlockTrait<WallConnectionType>BlockTraits.WALL_CONNECTION_NORTHstatic final EnumBlockTrait<WallConnectionType>BlockTraits.WALL_CONNECTION_SOUTHstatic final EnumBlockTrait<WallConnectionType>BlockTraits.WALL_CONNECTION_WEST -
Uses of WallConnectionType in org.cloudburstmc.api.util.data
Methods in org.cloudburstmc.api.util.data that return WallConnectionTypeModifier and TypeMethodDescriptionstatic WallConnectionTypeReturns the enum constant of this class with the specified name.static WallConnectionType[]WallConnectionType.values()Returns an array containing the constants of this enum class, in the order they are declared.