Uses of Enum Class
net.minecraft.block.enums.WallMountLocation
-
Uses of WallMountLocation in net.minecraft.block
Modifier and TypeFieldDescriptionstatic final EnumProperty<WallMountLocation>
WallMountedBlock.FACE
-
Uses of WallMountLocation in net.minecraft.block.enums
Modifier and TypeMethodDescriptionstatic WallMountLocation
Returns the enum constant of this class with the specified name.static WallMountLocation[]
WallMountLocation.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of WallMountLocation in net.minecraft.state.property
Modifier and TypeFieldDescriptionstatic final EnumProperty<WallMountLocation>
Properties.WALL_MOUNT_LOCATION
A property that specifies the type of wall a block is attached to.