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 context) <E extends BlockEntity, S extends BlockEntityRenderState>
@Nullable BlockEntityRenderer<E, S> BlockEntityRenderDispatcher.getRenderer(E blockEntity) <E extends BlockEntity, S extends BlockEntityRenderState>
@Nullable BlockEntityRenderer<E, S> BlockEntityRenderDispatcher.getRenderer(S state) Methods in net.minecraft.client.renderer.blockentity that return types with arguments of type BlockEntityRendererModifier and TypeMethodDescriptionstatic Map<BlockEntityType<?>, BlockEntityRenderer<?, ?>> BlockEntityRenderers.createEntityRenderers(BlockEntityRendererProvider.Context context)