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
Classes in net.minecraft.client.renderer.blockentity that implement interfaces with type arguments of type LecternBlockEntityMethods in net.minecraft.client.renderer.blockentity with parameters of type LecternBlockEntityModifier and TypeMethodDescriptionvoidLecternRenderer.extractRenderState(LecternBlockEntity blockEntity, LecternRenderState state, float partialTicks, Vec3 cameraPosition, @Nullable ModelFeatureRenderer.CrumblingOverlay breakProgress) LecternRenderer.getRenderBoundingBox(LecternBlockEntity blockEntity) -
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