Uses of Enum Class
net.minecraft.block.enums.BedPart
Packages that use BedPart
-
Uses of BedPart in net.minecraft.block
Fields in net.minecraft.block with type parameters of type BedPartMethods in net.minecraft.block with parameters of type BedPartModifier and TypeMethodDescriptionprivate static Direction
BedBlock.getDirectionTowardsOtherPart
(BedPart part, Direction direction) -
Uses of BedPart in net.minecraft.block.enums
Methods in net.minecraft.block.enums that return BedPart -
Uses of BedPart in net.minecraft.state.property
Fields in net.minecraft.state.property with type parameters of type BedPartModifier and TypeFieldDescriptionstatic final EnumProperty<BedPart>
Properties.BED_PART
A property that specifies what part of a bed a block is.