Uses of Enum Class
net.minecraft.block.enums.BedPart
-
Uses of BedPart in net.minecraft.block
Modifier and TypeMethodDescriptionprivate static Direction
BedBlock.getDirectionTowardsOtherPart
(BedPart part, Direction direction) -
Uses of BedPart in net.minecraft.block.enums
-
Uses of BedPart in net.minecraft.state.property
Modifier and TypeFieldDescriptionstatic final EnumProperty<BedPart>
Properties.BED_PART
A property that specifies what part of a bed a block is.