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