Uses of Interface
net.minecraft.client.render.block.entity.BlockEntityRenderer
| Package | Description |
|---|---|
| net.minecraft.client.render.block.entity |
-
Uses of BlockEntityRenderer in net.minecraft.client.render.block.entity
Classes in net.minecraft.client.render.block.entity that implement BlockEntityRenderer Modifier and Type Class Description classBannerBlockEntityRendererclassBeaconBlockEntityRendererclassBedBlockEntityRendererclassBellBlockEntityRendererclassCampfireBlockEntityRendererclassChestBlockEntityRenderer<T extends BlockEntity & ChestAnimationProgress>classConduitBlockEntityRendererclassEnchantingTableBlockEntityRendererclassEndGatewayBlockEntityRendererclassEndPortalBlockEntityRenderer<T extends EndPortalBlockEntity>classLecternBlockEntityRendererclassMobSpawnerBlockEntityRendererclassPistonBlockEntityRendererclassShulkerBoxBlockEntityRendererclassSignBlockEntityRendererclassSkullBlockEntityRendererclassStructureBlockBlockEntityRendererFields in net.minecraft.client.render.block.entity with type parameters of type BlockEntityRenderer Modifier and Type Field Description private Map<BlockEntityType<?>,BlockEntityRenderer<?>>BlockEntityRenderDispatcher. renderersMethods in net.minecraft.client.render.block.entity that return BlockEntityRenderer Modifier and Type Method Description BlockEntityRenderer<T>BlockEntityRendererFactory. create(BlockEntityRendererFactory.Context ctx)<E extends BlockEntity>
@Nullable BlockEntityRenderer<E>BlockEntityRenderDispatcher. get(E blockEntity)Methods in net.minecraft.client.render.block.entity that return types with arguments of type BlockEntityRenderer Modifier and Type Method Description static Map<BlockEntityType<?>,BlockEntityRenderer<?>>BlockEntityRendererFactories. reload(BlockEntityRendererFactory.Context args)Methods in net.minecraft.client.render.block.entity with parameters of type BlockEntityRenderer Modifier and Type Method Description private static <T extends BlockEntity>
voidBlockEntityRenderDispatcher. render(BlockEntityRenderer<T> renderer, T blockEntity, float tickDelta, MatrixStack matrices, VertexConsumerProvider vertexConsumers)