Class BlockEntityRenderer<T extends BlockEntity>
java.lang.Object
net.minecraft.client.render.block.entity.BlockEntityRenderer<T>
- Direct Known Subclasses:
BannerBlockEntityRenderer,BeaconBlockEntityRenderer,BedBlockEntityRenderer,BellBlockEntityRenderer,CampfireBlockEntityRenderer,ChestBlockEntityRenderer,ConduitBlockEntityRenderer,EnchantingTableBlockEntityRenderer,EndPortalBlockEntityRenderer,LecternBlockEntityRenderer,MobSpawnerBlockEntityRenderer,PistonBlockEntityRenderer,ShulkerBoxBlockEntityRenderer,SignBlockEntityRenderer,SkullBlockEntityRenderer,StructureBlockBlockEntityRenderer
@Environment(CLIENT) public abstract class BlockEntityRenderer<T extends BlockEntity> extends Object
-
Field Summary
Fields Modifier and Type Field Description protected BlockEntityRenderDispatcherdispatcher -
Constructor Summary
Constructors Constructor Description BlockEntityRenderer(BlockEntityRenderDispatcher dispatcher) -
Method Summary
Modifier and Type Method Description abstract voidrender(T entity, float tickDelta, MatrixStack matrices, VertexConsumerProvider vertexConsumers, int light, int overlay)booleanrendersOutsideBoundingBox(T blockEntity)
-
Field Details
-
dispatcher
-
-
Constructor Details
-
BlockEntityRenderer
-
-
Method Details
-
render
public abstract void render(T entity, float tickDelta, MatrixStack matrices, VertexConsumerProvider vertexConsumers, int light, int overlay) -
rendersOutsideBoundingBox
-