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.renderer.blockentity
Methods in net.minecraft.client.renderer.blockentity with parameters of type BedPartModifier and TypeMethodDescriptionvoidBedRenderer.getExtents(BedPart part, Consumer<org.joml.Vector3fc> output) private Model.SimpleBedRenderer.getPieceModel(BedPart part) voidBedRenderer.submitPiece(BedPart part, SpriteId sprite, PoseStack poseStack, SubmitNodeCollector submitNodeCollector, int lightCoords, int overlayCoords, @Nullable ModelFeatureRenderer.CrumblingOverlay breakProgress, int outlineColor) -
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.client.renderer.special
Fields in net.minecraft.client.renderer.special declared as BedPartModifier and TypeFieldDescriptionprivate final BedPartBedSpecialRenderer.partprivate final BedPartBedSpecialRenderer.Unbaked.partThe field for thepartrecord component.Methods in net.minecraft.client.renderer.special that return BedPartModifier and TypeMethodDescriptionBedSpecialRenderer.Unbaked.part()Returns the value of thepartrecord component.Constructors in net.minecraft.client.renderer.special with parameters of type BedPartModifierConstructorDescriptionBedSpecialRenderer(BedRenderer bedRenderer, SpriteId sprite, BedPart part) Unbaked(Identifier texture, BedPart part) Creates an instance of aUnbakedrecord class. -
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_PARTBedPart.CODECMethods in net.minecraft.world.level.block.state.properties that return BedPart