Package | Description |
---|---|
net.minecraft.block | |
net.minecraft.state.properties |
Modifier and Type | Field and Description |
---|---|
static EnumProperty<BedPart> |
BedBlock.PART |
Modifier and Type | Method and Description |
---|---|
private static Direction |
BedBlock.getDirectionToOther(BedPart p_208070_0_,
Direction p_208070_1_) |
Modifier and Type | Field and Description |
---|---|
static EnumProperty<BedPart> |
BlockStateProperties.BED_PART |
Modifier and Type | Method and Description |
---|---|
static BedPart |
BedPart.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BedPart[] |
BedPart.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|