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 TypeClassDescriptionclass
class
class
BeaconRenderer<T extends BlockEntity & BeaconBeamOwner>
class
class
class
class
class
class
ChestRenderer<T extends BlockEntity & LidBlockEntity>
class
class
class
class
class
class
class
class
class
class
class
class
class
TheEndPortalRenderer<T extends TheEndPortalBlockEntity>
class
class
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 pContext) <E extends BlockEntity>
BlockEntityRenderer<E> BlockEntityRenderDispatcher.getRenderer
(E pBlockEntity) 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) Methods in net.minecraft.client.renderer.blockentity with parameters of type BlockEntityRendererModifier and TypeMethodDescriptionprivate static <T extends BlockEntity>
voidBlockEntityRenderDispatcher.setupAndRender
(BlockEntityRenderer<T> pRenderer, T pBlockEntity, float pPartialTick, PoseStack pPoseStack, MultiBufferSource pBufferSource, Vec3 pCameraPos)