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