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 TypeClassDescriptionclass
class
class
class
class
class
ChestRenderer<T extends BlockEntity & LidBlockEntity>
class
class
class
class
class
class
class
class
class
class
class
TheEndPortalRenderer<T extends TheEndPortalBlockEntity>
Fields in net.minecraft.client.renderer.blockentity with type parameters of type BlockEntityRendererModifier and TypeFieldDescriptionprivate Map<BlockEntityType<?>,BlockEntityRenderer<?>>
BlockEntityRenderDispatcher.renderers
Methods 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 TypeClassDescriptionclass
AnimationBlockEntityRenderer<T extends BlockEntity>
GenericBlockEntityRenderer
that works with the Forge model system and animations.