Uses of Enum Class
net.minecraft.block.enums.WallMountLocation
Packages that use WallMountLocation
- 
Uses of WallMountLocation in net.minecraft.blockFields in net.minecraft.block with type parameters of type WallMountLocationModifier and TypeFieldDescriptionstatic final EnumProperty<WallMountLocation>WallMountedBlock.FACE
- 
Uses of WallMountLocation in net.minecraft.block.enumsMethods in net.minecraft.block.enums that return WallMountLocationModifier and TypeMethodDescriptionstatic WallMountLocationReturns 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.propertyFields in net.minecraft.state.property with type parameters of type WallMountLocationModifier and TypeFieldDescriptionstatic final EnumProperty<WallMountLocation>Properties.WALL_MOUNT_LOCATIONA property that specifies the type of wall a block is attached to.