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