Uses of Interface
net.minecraft.client.renderer.blockentity.BlockEntityRenderer
Packages that use BlockEntityRenderer
-
Uses of BlockEntityRenderer in net.minecraft.client.renderer.blockentity
Classes in net.minecraft.client.renderer.blockentity that implement BlockEntityRendererModifier and TypeClassDescriptionclassclassclassclassclassclassclassChestRenderer<T extends BlockEntity & LidBlockEntity>classclassclassclassclassclassclassclassclassclassclassclassclassTheEndPortalRenderer<T extends TheEndPortalBlockEntity>classclassFields in net.minecraft.client.renderer.blockentity with type parameters of type BlockEntityRendererModifier and TypeFieldDescriptionprivate Map<BlockEntityType<?>, BlockEntityRenderer<?>> BlockEntityRenderDispatcher.renderersMethods in net.minecraft.client.renderer.blockentity that return BlockEntityRendererModifier and TypeMethodDescriptionBlockEntityRendererProvider.create(BlockEntityRendererProvider.Context context) <E extends BlockEntity>
BlockEntityRenderer<E> BlockEntityRenderDispatcher.getRenderer(E blockEntity) Methods in net.minecraft.client.renderer.blockentity that return types with arguments of type BlockEntityRendererModifier and TypeMethodDescriptionstatic Map<BlockEntityType<?>, BlockEntityRenderer<?>> BlockEntityRenderers.createEntityRenderers(BlockEntityRendererProvider.Context context) Methods in net.minecraft.client.renderer.blockentity with parameters of type BlockEntityRendererModifier and TypeMethodDescriptionprivate static <T extends BlockEntity>
voidBlockEntityRenderDispatcher.setupAndRender(BlockEntityRenderer<T> renderer, T blockEntity, float partialTick, PoseStack poseStack, MultiBufferSource bufferSource)