Uses of Interface
net.minecraft.client.renderer.blockentity.BlockEntityRenderer
Packages that use BlockEntityRenderer
Package
Description
-
Uses of BlockEntityRenderer in net.minecraft.client.renderer.blockentity
Classes in net.minecraft.client.renderer.blockentity that implement BlockEntityRendererModifier and TypeClassDescriptionclassclassclassclassclassclassChestRenderer<T extends BlockEntity & LidBlockEntity>classclassclassclassclassclassclassclassclassclassclassTheEndPortalRenderer<T extends TheEndPortalBlockEntity>Fields 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 p_173571_)<E extends BlockEntity>
BlockEntityRenderer<E>BlockEntityRenderDispatcher.getRenderer(E p_112266_)Methods in net.minecraft.client.renderer.blockentity that return types with arguments of type BlockEntityRendererModifier and TypeMethodDescriptionstatic Map<BlockEntityType<?>,BlockEntityRenderer<?>>BlockEntityRenderers.createEntityRenderers(BlockEntityRendererProvider.Context p_173599_)Methods in net.minecraft.client.renderer.blockentity with parameters of type BlockEntityRendererModifier and TypeMethodDescriptionprivate static <T extends BlockEntity>
voidBlockEntityRenderDispatcher.setupAndRender(BlockEntityRenderer<T> p_112285_, T p_112286_, float p_112287_, PoseStack p_112288_, MultiBufferSource p_112289_) -
Uses of BlockEntityRenderer in net.minecraftforge.client.model.animation
Classes in net.minecraftforge.client.model.animation that implement BlockEntityRendererModifier and TypeClassDescriptionclassAnimationBlockEntityRenderer<T extends BlockEntity>GenericBlockEntityRendererthat works with the Forge model system and animations.