Uses of Enum Class
net.minecraft.world.level.block.state.properties.BedPart
Packages that use BedPart
Package
Description
-
Uses of BedPart in net.minecraft.world.level.block
Fields in net.minecraft.world.level.block with type parameters of type BedPartMethods in net.minecraft.world.level.block with parameters of type BedPartModifier and TypeMethodDescriptionprivate static DirectionBedBlock.getNeighbourDirection(BedPart part, Direction direction) Given a bed part and the direction it's facing, find the direction to move to get the other bed part -
Uses of BedPart in net.minecraft.world.level.block.state.properties
Fields in net.minecraft.world.level.block.state.properties with type parameters of type BedPartModifier and TypeFieldDescriptionstatic final EnumProperty<BedPart> BlockStateProperties.BED_PARTMethods in net.minecraft.world.level.block.state.properties that return BedPart