Uses of Enum Class
net.minecraft.world.level.block.state.properties.AttachFace
Package
Description
-
Uses of AttachFace in net.minecraft.world.level.block
Modifier and TypeFieldDescriptionstatic final EnumProperty<AttachFace>
FaceAttachedHorizontalDirectionalBlock.FACE
-
Uses of AttachFace in net.minecraft.world.level.block.state.properties
Modifier and TypeFieldDescriptionstatic final EnumProperty<AttachFace>
BlockStateProperties.ATTACH_FACE
Modifier and TypeMethodDescriptionstatic AttachFace
Returns 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.