Package | Description |
---|---|
net.minecraft.block |
Modifier and Type | Field and Description |
---|---|
static PropertyEnum<BlockDoor.EnumHingePosition> |
BlockDoor.HINGE |
Modifier and Type | Method and Description |
---|---|
static BlockDoor.EnumHingePosition |
BlockDoor.EnumHingePosition.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BlockDoor.EnumHingePosition[] |
BlockDoor.EnumHingePosition.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|