Uses of Enum Class
net.minecraft.world.level.block.state.properties.BedPart
Packages that use BedPart
Package
Description
-
Uses of BedPart in net.minecraft.client.data.models.model
Methods in net.minecraft.client.data.models.model with parameters of type BedPart -
Uses of BedPart in net.minecraft.client.renderer.blockentity.state
Fields in net.minecraft.client.renderer.blockentity.state declared as BedPart -
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 facing) -
Uses of BedPart in net.minecraft.world.level.block.state.properties
Subclasses with type arguments of type BedPart in net.minecraft.world.level.block.state.propertiesFields in net.minecraft.world.level.block.state.properties with type parameters of type BedPartModifier and TypeFieldDescriptionstatic final EnumProperty<BedPart> BlockStateProperties.BED_PARTstatic final com.mojang.serialization.Codec<BedPart> BedPart.CODECMethods in net.minecraft.world.level.block.state.properties that return BedPart