Uses of Interface
net.minecraft.client.render.block.entity.BlockEntityRenderer
Packages that use BlockEntityRenderer
-
Uses of BlockEntityRenderer in net.minecraft.client.render.block.entity
Classes in net.minecraft.client.render.block.entity that implement BlockEntityRendererModifier and TypeClassDescriptionclassAbstractEndPortalBlockEntityRenderer<T extends EndPortalBlockEntity,S extends EndPortalBlockEntityRenderState> classclassclassBeaconBlockEntityRenderer<T extends BlockEntity & BeamEmitter>classclassclassclassclassChestBlockEntityRenderer<T extends BlockEntity & LidOpenable>classclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassFields in net.minecraft.client.render.block.entity with type parameters of type BlockEntityRendererModifier and TypeFieldDescriptionprivate Map<BlockEntityType<?>, BlockEntityRenderer<?, ?>> BlockEntityRenderManager.renderersMethods in net.minecraft.client.render.block.entity that return BlockEntityRendererModifier and TypeMethodDescriptionBlockEntityRendererFactory.create(BlockEntityRendererFactory.Context ctx) <E extends BlockEntity,S extends BlockEntityRenderState>
@Nullable BlockEntityRenderer<E, S> BlockEntityRenderManager.get(E blockEntity) <E extends BlockEntity,S extends BlockEntityRenderState>
@Nullable BlockEntityRenderer<E, S> BlockEntityRenderManager.getByRenderState(S renderState) Methods in net.minecraft.client.render.block.entity that return types with arguments of type BlockEntityRendererModifier and TypeMethodDescriptionstatic Map<BlockEntityType<?>, BlockEntityRenderer<?, ?>> BlockEntityRendererFactories.reload(BlockEntityRendererFactory.Context args)