Uses of Interface
net.minecraft.client.render.entity.command.EntityRenderCommandQueue.Custom
Packages that use EntityRenderCommandQueue.Custom
Package
Description
The base package for all Minecraft classes.
-
Uses of EntityRenderCommandQueue.Custom in net.minecraft
Methods in net.minecraft with parameters of type EntityRenderCommandQueue.CustomModifier and TypeMethodDescriptionvoidclass_11785.method_73483(MatrixStack matrixStack, RenderLayer renderLayer, EntityRenderCommandQueue.Custom custom) voidclass_11788.method_73483(MatrixStack matrixStack, RenderLayer renderLayer, EntityRenderCommandQueue.Custom custom) -
Uses of EntityRenderCommandQueue.Custom in net.minecraft.client.render.entity.command
Fields in net.minecraft.client.render.entity.command declared as EntityRenderCommandQueue.CustomModifier and TypeFieldDescriptionprivate final EntityRenderCommandQueue.CustomBatchingEntityRenderCommandQueue.CustomCommand.customGeometryRendererThe field for thecustomGeometryRendererrecord component.Methods in net.minecraft.client.render.entity.command that return EntityRenderCommandQueue.CustomModifier and TypeMethodDescriptionBatchingEntityRenderCommandQueue.CustomCommand.customGeometryRenderer()Returns the value of thecustomGeometryRendererrecord component.Methods in net.minecraft.client.render.entity.command with parameters of type EntityRenderCommandQueue.CustomModifier and TypeMethodDescriptionvoidBatchingEntityRenderCommandQueue.method_73483(MatrixStack matrixStack, RenderLayer renderLayer, EntityRenderCommandQueue.Custom custom) Constructors in net.minecraft.client.render.entity.command with parameters of type EntityRenderCommandQueue.CustomModifierConstructorDescriptionCustomCommand(MatrixStack.Entry entry, EntityRenderCommandQueue.Custom custom)