| Package | Description | 
|---|---|
| net.minecraft.block | |
| net.minecraft.state.properties | 
| Modifier and Type | Field and Description | 
|---|---|
static EnumProperty<DoorHingeSide> | 
DoorBlock.HINGE  | 
| Modifier and Type | Method and Description | 
|---|---|
private DoorHingeSide | 
DoorBlock.getHingeSide(BlockItemUseContext p_208073_1_)  | 
| Modifier and Type | Field and Description | 
|---|---|
static EnumProperty<DoorHingeSide> | 
BlockStateProperties.DOOR_HINGE  | 
| Modifier and Type | Method and Description | 
|---|---|
static DoorHingeSide | 
DoorHingeSide.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. 
 | 
static DoorHingeSide[] | 
DoorHingeSide.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 |