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