History - net.minecraft.client.renderer.SubmitNodeStorage

25w31a

Names

hbe

net.minecraft.client.renderer.SubmitNodeStorage

net.minecraft.class_11661

net.minecraft.client.render.entity.command.EntityRenderCommandQueueImpl

Fields

List<SubmitNodeStorage$ShadowSubmit>: a, shadowSubmits, field_61762, shadowPiecesCommands

List<SubmitNodeStorage$FlameSubmit>: b, flameSubmits, field_61763, fireCommands

List<SubmitNodeStorage$NameTagSubmit>: c, nameTagSubmitsSeethrough, field_61764, seeThroughLabelCommands

List<SubmitNodeStorage$NameTagSubmit>: d, nameTagSubmitsNormal, field_61765, labelCommands

List<SubmitNodeStorage$TextSubmit>: e, textSubmits, field_61766, textCommands

List<SubmitNodeStorage$HitboxSubmit>: f, hitboxSubmits, field_61767, debugHitboxCommands

List<SubmitNodeStorage$LeashSubmit>: g, leashSubmits, field_61768, leashCommands

List<SubmitNodeStorage$BlockSubmit>: h, blockSubmits, field_61769, blockCommands

List<SubmitNodeStorage$FallingBlockSubmit>: i, fallingBlockSubmits, field_61770, fallingBlockCommands

List<SubmitNodeStorage$BlockModelSubmit>: j, blockModelSubmits, field_61771, blockStateModelCommands

List<SubmitNodeStorage$ItemSubmit>: k, itemSubmits, field_61772, itemCommands

it.unimi.dsi.fastutil.ints.Int2ObjectAVLTreeMap<Map<RenderType, List<SubmitNodeStorage$ModelSubmit<?>>>>: l, modelSubmits, field_61773, modelCommands

Set<SubmitNodeStorage$ModelSubmitBucket>: m, usedModelSubmitBuckets, field_61774, renderLayerOrders

Map<RenderType, List<SubmitNodeStorage$CustomGeometrySubmit>>: n, customGeometrySubmits, field_61775, customCommands

Set<RenderType>: o, customGeometrySubmitsUsage, field_61776, field_61776

Constructors

()

Methods

void (PoseStack, EntityRenderState, HitboxesRenderState): a, submitHitbox, method_72928, pushDebugHitbox

void (PoseStack, float, List<EntityRenderState$ShadowPiece>): a, submitShadow, method_72922, pushShadowPieces

void (PoseStack, Vec3, Component, boolean, int, double): a, submitNameTag, method_72924, pushLabel

void (PoseStack, float, float, FormattedCharSequence, boolean, Font$DisplayMode, int, int, int): a, submitText, method_72921, pushText

void (PoseStack, EntityRenderState, org.joml.Quaternionf): a, submitFlame, method_72929, pushFire

void (PoseStack, EntityRenderState$LeashState): a, submitLeash, method_72927, pushLeash

<S> void (Model<? super S>, S, PoseStack, RenderType, int, int, int, TextureAtlasSprite, int, int): a, submitModel, method_72933, pushModel

void (PoseStack, BlockState, int, int): a, submitBlock, method_72923, pushBlock

void (PoseStack, FallingBlockRenderState): a, submitFallingBlock, method_72930, pushFallingBlock

void (PoseStack, RenderType, BlockStateModel, float, float, float, int, int): a, submitBlockModel, method_72926, pushBlockStateModel

void (PoseStack, ItemStackRenderState, int, int): a, submitItem, method_72931, pushItem

void (PoseStack, RenderType, SubmitNodeCollector$CustomGeometryRenderer): a, submitCustomGeometry, method_72925, pushCustom

List<SubmitNodeStorage$ShadowSubmit> (): a, getShadowSubmits, method_72934, shadowPiecesCommands

List<SubmitNodeStorage$FlameSubmit> (): b, getFlameSubmits, method_72939, fireCommands

List<SubmitNodeStorage$NameTagSubmit> (): c, getNameTagSubmitsSeethrough, method_72941, seeThroughLabelCommands

List<SubmitNodeStorage$NameTagSubmit> (): d, getNameTagSubmitsNormal, method_72943, labelCommands

List<SubmitNodeStorage$TextSubmit> (): e, getTextSubmits, method_72944, textCommands

List<SubmitNodeStorage$HitboxSubmit> (): f, getHitboxSubmits, method_72945, debugHitboxCommands

List<SubmitNodeStorage$LeashSubmit> (): g, getLeashSubmits, method_72946, leashCommands

List<SubmitNodeStorage$BlockSubmit> (): h, getBlockSubmits, method_72947, blockCommands

List<SubmitNodeStorage$FallingBlockSubmit> (): i, getFallingBlockSubmits, method_72948, fallingBlockCommands

List<SubmitNodeStorage$BlockModelSubmit> (): j, getBlockModelSubmits, method_72949, blockStateModelCommands

List<SubmitNodeStorage$ItemSubmit> (): k, getItemSubmits, method_72950, itemCommands

it.unimi.dsi.fastutil.ints.Int2ObjectAVLTreeMap<Map<RenderType, List<SubmitNodeStorage$ModelSubmit<?>>>> (): l, getModelSubmits, method_72951, modelCommands

Map<RenderType, List<SubmitNodeStorage$CustomGeometrySubmit>> (): m, getCustomGeometrySubmits, method_72952, customCommands

void (): n, clear, method_72953, clear

void (): o, endFrame, method_72954, render