Uses of Enum Class
net.minecraft.world.level.block.state.properties.AttachFace
Packages that use AttachFace
Package
Description
-
Uses of AttachFace in net.minecraft.world.level.block
Fields in net.minecraft.world.level.block with type parameters of type AttachFaceModifier and TypeFieldDescriptionstatic EnumProperty<AttachFace>FaceAttachedHorizontalDirectionalBlock.FACE -
Uses of AttachFace in net.minecraft.world.level.block.state.properties
Fields in net.minecraft.world.level.block.state.properties with type parameters of type AttachFaceModifier and TypeFieldDescriptionstatic EnumProperty<AttachFace>BlockStateProperties.ATTACH_FACEMethods in net.minecraft.world.level.block.state.properties that return AttachFaceModifier and TypeMethodDescriptionstatic AttachFaceReturns the enum constant of this class with the specified name.static AttachFace[]AttachFace.values()Returns an array containing the constants of this enum class, in the order they are declared.