Package | Description |
---|---|
net.minecraft.block | |
net.minecraft.state.properties |
Modifier and Type | Field and Description |
---|---|
static EnumProperty<AttachFace> |
HorizontalFaceBlock.FACE |
Modifier and Type | Field and Description |
---|---|
static EnumProperty<AttachFace> |
BlockStateProperties.FACE |
Modifier and Type | Method and Description |
---|---|
static AttachFace |
AttachFace.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.
|