Uses of Interface
net.minecraft.client.render.block.entity.BlockEntityRenderer
Packages that use BlockEntityRenderer
Package
Description
The base package for all Minecraft classes.
-
Uses of BlockEntityRenderer in net.minecraft
Classes in net.minecraft that implement BlockEntityRenderer -
Uses of BlockEntityRenderer in net.minecraft.client.render.block.entity
Classes in net.minecraft.client.render.block.entity that implement BlockEntityRendererModifier and TypeClassDescriptionclassclassclassBeaconBlockEntityRenderer<T extends BlockEntity & BeamEmitter>classclassclassclassclassChestBlockEntityRenderer<T extends BlockEntity & LidOpenable>classclassclassclassclassclassEndPortalBlockEntityRenderer<T extends EndPortalBlockEntity,S extends class_11966> classclassclassclassclassclassclassclassclassclassclassclassFields 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 class_11954>
@Nullable BlockEntityRenderer<E, S> BlockEntityRenderManager.get(E blockEntity) <E extends BlockEntity,S extends class_11954>
@Nullable BlockEntityRenderer<E, S> BlockEntityRenderManager.method_74349(S s) 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)