Uses of Class
net.minecraft.world.level.block.entity.LecternBlockEntity
Packages that use LecternBlockEntity
Package
Description
-
Uses of LecternBlockEntity in net.minecraft.client.renderer.blockentity
Methods in net.minecraft.client.renderer.blockentity with parameters of type LecternBlockEntityModifier and TypeMethodDescriptionLecternRenderer.getRenderBoundingBox(LecternBlockEntity blockEntity) voidLecternRenderer.render(LecternBlockEntity blockEntity, float partialTick, PoseStack poseStack, MultiBufferSource bufferSource, int packedLight, int packedOverlay) -
Uses of LecternBlockEntity in net.minecraft.world.level.block.entity
Fields in net.minecraft.world.level.block.entity with type parameters of type LecternBlockEntityModifier and TypeFieldDescriptionstatic final BlockEntityType<LecternBlockEntity> BlockEntityType.LECTERN