Uses of Class
net.minecraft.state.properties.AttachFace
-
Packages that use AttachFace Package Description net.minecraft.block net.minecraft.state.properties -
-
Uses of AttachFace in net.minecraft.block
Fields in net.minecraft.block with type parameters of type AttachFace Modifier and Type Field Description static EnumProperty<AttachFace>HorizontalFaceBlock. FACE -
Uses of AttachFace in net.minecraft.state.properties
Fields in net.minecraft.state.properties with type parameters of type AttachFace Modifier and Type Field Description static EnumProperty<AttachFace>BlockStateProperties. ATTACH_FACEMethods in net.minecraft.state.properties that return AttachFace Modifier and Type Method Description static AttachFaceAttachFace. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static AttachFace[]AttachFace. values()Returns an array containing the constants of this enum type, in the order they are declared.
-