Uses of Interface
net.minecraft.client.render.block.entity.BlockEntityRenderer
-
Uses of BlockEntityRenderer in net.minecraft.client.render.block.entity
Modifier and TypeClassDescriptionclass
class
class
class
class
class
ChestBlockEntityRenderer<T extends BlockEntity & ChestAnimationProgress>
class
class
class
class
EndPortalBlockEntityRenderer<T extends EndPortalBlockEntity>
class
class
class
class
class
class
class
Modifier and TypeFieldDescriptionprivate Map<BlockEntityType<?>,BlockEntityRenderer<?>>
BlockEntityRenderDispatcher.renderers
Modifier and TypeMethodDescriptionBlockEntityRendererFactory.create(BlockEntityRendererFactory.Context ctx)
<E extends BlockEntity>
@Nullable BlockEntityRenderer<E>BlockEntityRenderDispatcher.get(E blockEntity)
Modifier and TypeMethodDescriptionstatic Map<BlockEntityType<?>,BlockEntityRenderer<?>>
BlockEntityRendererFactories.reload(BlockEntityRendererFactory.Context args)
Modifier and TypeMethodDescriptionprivate static <T extends BlockEntity>
voidBlockEntityRenderDispatcher.render(BlockEntityRenderer<T> renderer, T blockEntity, float tickDelta, MatrixStack matrices, VertexConsumerProvider vertexConsumers)