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 TypeClassDescriptionclassAbstractEndPortalRenderer<T extends TheEndPortalBlockEntity,S extends EndPortalRenderState> classclassclassBeaconRenderer<T extends BlockEntity & BeaconBeamOwner>classclassclassclassclassclassChestRenderer<T extends BlockEntity & LidBlockEntity>classclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassFields 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 pContext) <E extends BlockEntity,S extends BlockEntityRenderState>
BlockEntityRenderer<E, S> BlockEntityRenderDispatcher.getRenderer(E pBlockEntity) <E extends BlockEntity,S extends BlockEntityRenderState>
BlockEntityRenderer<E, S> BlockEntityRenderDispatcher.getRenderer(S pRenderState) Methods in net.minecraft.client.renderer.blockentity that return types with arguments of type BlockEntityRendererModifier and TypeMethodDescriptionstatic Map<BlockEntityType<?>, BlockEntityRenderer<?, ?>> BlockEntityRenderers.createEntityRenderers(BlockEntityRendererProvider.Context pContext)