Uses of Class
net.minecraft.world.level.block.entity.BedBlockEntity
Packages that use BedBlockEntity
Package
Description
-
Uses of BedBlockEntity in net.minecraft.client.renderer
Fields in net.minecraft.client.renderer declared as BedBlockEntityModifier and TypeFieldDescriptionprivate final BedBlockEntityBlockEntityWithoutLevelRenderer.bed -
Uses of BedBlockEntity in net.minecraft.client.renderer.blockentity
Methods in net.minecraft.client.renderer.blockentity with parameters of type BedBlockEntityModifier and TypeMethodDescriptionvoidBedRenderer.render(BedBlockEntity blockEntity, float partialTick, PoseStack poseStack, MultiBufferSource bufferSource, int packedLight, int packedOverlay) -
Uses of BedBlockEntity in net.minecraft.world.level.block.entity
Fields in net.minecraft.world.level.block.entity with type parameters of type BedBlockEntityModifier and TypeFieldDescriptionstatic final BlockEntityType<BedBlockEntity> BlockEntityType.BED