Uses of Record Class
net.minecraft.client.render.entity.command.BatchingEntityRenderCommandQueue.ModelCommand
Packages that use BatchingEntityRenderCommandQueue.ModelCommand
Package
Description
The base package for all Minecraft classes.
-
Uses of BatchingEntityRenderCommandQueue.ModelCommand in net.minecraft
Fields in net.minecraft with type parameters of type BatchingEntityRenderCommandQueue.ModelCommandModifier and TypeFieldDescriptionprivate final Map<RenderLayer, List<BatchingEntityRenderCommandQueue.ModelCommand<?>>> class_11788.field_62235Methods in net.minecraft that return types with arguments of type BatchingEntityRenderCommandQueue.ModelCommand -
Uses of BatchingEntityRenderCommandQueue.ModelCommand in net.minecraft.client.render.entity.command
Fields in net.minecraft.client.render.entity.command declared as BatchingEntityRenderCommandQueue.ModelCommandModifier and TypeFieldDescriptionprivate final BatchingEntityRenderCommandQueue.ModelCommand<S> BatchingEntityRenderCommandQueue.class_11744.modelSubmitThe field for themodelSubmitrecord component.Methods in net.minecraft.client.render.entity.command that return BatchingEntityRenderCommandQueue.ModelCommandModifier and TypeMethodDescriptionBatchingEntityRenderCommandQueue.class_11744.modelSubmit()Returns the value of themodelSubmitrecord component.Methods in net.minecraft.client.render.entity.command with parameters of type BatchingEntityRenderCommandQueue.ModelCommandModifier and TypeMethodDescriptionprivate <S> voidModelCommandRenderer.render(BatchingEntityRenderCommandQueue.ModelCommand<S> modelCommand, RenderLayer renderLayer, VertexConsumer vertexConsumer, OutlineVertexConsumerProvider outlineVertexConsumers, VertexConsumerProvider.Immediate immediate) Method parameters in net.minecraft.client.render.entity.command with type arguments of type BatchingEntityRenderCommandQueue.ModelCommandModifier and TypeMethodDescriptionprivate voidModelCommandRenderer.method_73249(VertexConsumerProvider.Immediate immediate, OutlineVertexConsumerProvider outlineVertexConsumerProvider, Map<RenderLayer, List<BatchingEntityRenderCommandQueue.ModelCommand<?>>> map, VertexConsumerProvider.Immediate immediate2) Constructors in net.minecraft.client.render.entity.command with parameters of type BatchingEntityRenderCommandQueue.ModelCommandModifierConstructorDescriptionclass_11744(BatchingEntityRenderCommandQueue.ModelCommand<S> modelCommand, RenderLayer renderLayer, Vector3f vector3f)