Uses of Class
net.minecraft.client.render.entity.command.BatchingEntityRenderCommandQueue
Packages that use BatchingEntityRenderCommandQueue
Package
Description
The base package for all Minecraft classes.
-
Uses of BatchingEntityRenderCommandQueue in net.minecraft
Fields in net.minecraft declared as BatchingEntityRenderCommandQueueModifier and TypeFieldDescriptionprivate final BatchingEntityRenderCommandQueueclass_11788.field_62242Constructors in net.minecraft with parameters of type BatchingEntityRenderCommandQueueModifierConstructorDescriptionclass_11788(BatchingEntityRenderCommandQueue batchingEntityRenderCommandQueue) -
Uses of BatchingEntityRenderCommandQueue in net.minecraft.client.render
Fields in net.minecraft.client.render declared as BatchingEntityRenderCommandQueueModifier and TypeFieldDescriptionprivate final BatchingEntityRenderCommandQueueGameRenderer.entityRenderCommandQueueprivate final BatchingEntityRenderCommandQueueWorldRenderer.entityRenderCommandQueueMethods in net.minecraft.client.render that return BatchingEntityRenderCommandQueue -
Uses of BatchingEntityRenderCommandQueue in net.minecraft.client.render.entity.command
Fields in net.minecraft.client.render.entity.command declared as BatchingEntityRenderCommandQueueModifier and TypeFieldDescriptionprivate final BatchingEntityRenderCommandQueueEntityRenderDispatcher.queueMethods in net.minecraft.client.render.entity.command that return BatchingEntityRenderCommandQueueConstructors in net.minecraft.client.render.entity.command with parameters of type BatchingEntityRenderCommandQueueModifierConstructorDescriptionEntityRenderDispatcher(BatchingEntityRenderCommandQueue queue, BlockRenderManager blockRenderManager, VertexConsumerProvider.Immediate vertexConsumers, AtlasManager atlasManager, OutlineVertexConsumerProvider outlineVertexConsumers, VertexConsumerProvider.Immediate immediate, TextRenderer textRenderer)