Uses of Class
net.minecraft.client.render.entity.EntityRenderDispatcher
Packages that use EntityRenderDispatcher
Package
Description
-
Uses of EntityRenderDispatcher in net.minecraft.client
Fields in net.minecraft.client declared as EntityRenderDispatcherModifier and TypeFieldDescriptionprivate final EntityRenderDispatcherMinecraftClient.entityRenderDispatcherMethods in net.minecraft.client that return EntityRenderDispatcher -
Uses of EntityRenderDispatcher in net.minecraft.client.gui.render
Fields in net.minecraft.client.gui.render declared as EntityRenderDispatcherModifier and TypeFieldDescriptionprivate final EntityRenderDispatcherEntityGuiElementRenderer.entityRenderDispatcherConstructors in net.minecraft.client.gui.render with parameters of type EntityRenderDispatcherModifierConstructorDescriptionEntityGuiElementRenderer(VertexConsumerProvider.Immediate vertexConsumers, EntityRenderDispatcher entityRenderDispatcher, class_11684 class_11684) -
Uses of EntityRenderDispatcher in net.minecraft.client.particle
Fields in net.minecraft.client.particle declared as EntityRenderDispatcherModifier and TypeFieldDescriptionprivate final EntityRenderDispatcherItemPickupParticle.dispatcherConstructors in net.minecraft.client.particle with parameters of type EntityRenderDispatcherModifierConstructorDescriptionItemPickupParticle(EntityRenderDispatcher dispatcher, ClientWorld world, Entity itemEntity, Entity interactingEntity) privateItemPickupParticle(EntityRenderDispatcher dispatcher, ClientWorld world, Entity itemEntity, Entity interactingEntity, Vec3d velocity) -
Uses of EntityRenderDispatcher in net.minecraft.client.render
Fields in net.minecraft.client.render declared as EntityRenderDispatcherModifier and TypeFieldDescriptionprivate final EntityRenderDispatcherWorldRenderer.entityRenderDispatcherConstructors in net.minecraft.client.render with parameters of type EntityRenderDispatcherModifierConstructorDescriptionWorldRenderer(MinecraftClient minecraftClient, EntityRenderDispatcher entityRenderDispatcher, BlockEntityRenderDispatcher blockEntityRenderDispatcher, BufferBuilderStorage bufferBuilderStorage, class_11658 class_11658, class_11684 class_11684) -
Uses of EntityRenderDispatcher in net.minecraft.client.render.block.entity
Fields in net.minecraft.client.render.block.entity declared as EntityRenderDispatcherModifier and TypeFieldDescriptionprivate final EntityRenderDispatcherBlockEntityRenderDispatcher.entityRenderDispatcherprivate final EntityRenderDispatcherBlockEntityRendererFactory.Context.entityRenderDispatcherThe field for theentityRenderDispatcherrecord component.private final EntityRenderDispatcherMobSpawnerBlockEntityRenderer.entityRenderDispatcherprivate final EntityRenderDispatcherTrialSpawnerBlockEntityRenderer.entityRenderDispatcherMethods in net.minecraft.client.render.block.entity that return EntityRenderDispatcherModifier and TypeMethodDescriptionBlockEntityRendererFactory.Context.entityRenderDispatcher()Returns the value of theentityRenderDispatcherrecord component.Methods in net.minecraft.client.render.block.entity with parameters of type EntityRenderDispatcherModifier and TypeMethodDescriptionstatic voidMobSpawnerBlockEntityRenderer.render(float tickProgress, MatrixStack matrices, VertexConsumerProvider vertexConsumers, Entity entity, EntityRenderDispatcher entityRenderDispatcher, double double2, double double3) Constructors in net.minecraft.client.render.block.entity with parameters of type EntityRenderDispatcherModifierConstructorDescriptionBlockEntityRenderDispatcher(TextRenderer textRenderer, Supplier<LoadedEntityModels> entityModelsGetter, BlockRenderManager blockRenderManager, ItemModelManager itemModelManager, ItemRenderer itemRenderer, EntityRenderDispatcher entityRenderDispatcher, class_11701 class_11701) Context(BlockEntityRenderDispatcher renderDispatcher, BlockRenderManager renderManager, ItemModelManager itemModelManager, ItemRenderer itemRenderer, EntityRenderDispatcher entityRenderDispatcher, LoadedEntityModels layerRenderDispatcher, TextRenderer textRenderer, class_11701 class_11701) -
Uses of EntityRenderDispatcher in net.minecraft.client.render.entity
Fields in net.minecraft.client.render.entity declared as EntityRenderDispatcherModifier and TypeFieldDescriptionprotected final EntityRenderDispatcherEntityRenderer.dispatcherprivate final EntityRenderDispatcherDisplayEntityRenderer.renderDispatcherprivate final EntityRenderDispatcherEntityRendererFactory.Context.renderDispatcherMethods in net.minecraft.client.render.entity that return EntityRenderDispatcherConstructors in net.minecraft.client.render.entity with parameters of type EntityRenderDispatcherModifierConstructorDescriptionContext(EntityRenderDispatcher renderDispatcher, ItemModelManager itemRenderer, MapRenderer mapRenderer, BlockRenderManager blockRenderManager, ResourceManager resourceManager, LoadedEntityModels entityModels, EquipmentModelLoader equipmentModelLoader, class_11697 class_11697, TextRenderer textRenderer) -
Uses of EntityRenderDispatcher in net.minecraft.client.render.item
Fields in net.minecraft.client.render.item declared as EntityRenderDispatcherModifier and TypeFieldDescriptionprivate final EntityRenderDispatcherHeldItemRenderer.entityRenderDispatcherConstructors in net.minecraft.client.render.item with parameters of type EntityRenderDispatcherModifierConstructorDescriptionHeldItemRenderer(MinecraftClient client, EntityRenderDispatcher entityRenderDispatcher, ItemRenderer itemRenderer, ItemModelManager itemModelManager)