Uses of Interface
net.minecraft.client.render.entity.command.EntityRenderCommandQueue.Custom
Packages that use EntityRenderCommandQueue.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.pushCustom(MatrixStack matrices, RenderLayer renderLayer, EntityRenderCommandQueue.Custom vertices) voidEntityRenderCommandQueue.pushCustom(MatrixStack matrices, RenderLayer renderLayer, EntityRenderCommandQueue.Custom vertices) Constructors in net.minecraft.client.render.entity.command with parameters of type EntityRenderCommandQueue.CustomModifierConstructorDescriptionCustomCommand(MatrixStack.Entry entry, EntityRenderCommandQueue.Custom custom)