net.minecraft.client.gui.render

public record TextureSetup

gcg
net.minecraft.client.gui.render.TextureSetup
net.minecraft.class_11231
net.minecraft.client.texture.TextureSetup

Field summary

Modifier and TypeField
private final GpuTextureView
a
texure0
comp_4052
texure0
private final GpuTextureView
b
texure1
comp_4053
texure1
private final GpuTextureView
c
texure2
comp_4054
texure2
private static final TextureSetup
d
NO_TEXTURE_SETUP
field_59931
EMPTY
private static int
e
sortKeySeed
field_60313
field_60313

Constructor summary

ModifierConstructor
public (GpuTextureView arg0, GpuTextureView arg1, GpuTextureView arg2)

Method summary

Modifier and TypeMethod
public static TextureSetup
a(GpuTextureView arg0)
singleTexture(GpuTextureView arg0)
method_70900(GpuTextureView arg0)
withoutGlTexture(GpuTextureView texture)
public static TextureSetup
b(GpuTextureView arg0)
singleTextureWithLightmap(GpuTextureView arg0)
method_70902(GpuTextureView arg0)
of(GpuTextureView texture)
public static TextureSetup
a(GpuTextureView arg0, GpuTextureView arg1)
doubleTexture(GpuTextureView arg0, GpuTextureView arg1)
method_70901(GpuTextureView arg0, GpuTextureView arg1)
of(GpuTextureView texture0, GpuTextureView texture1)
public static TextureSetup
a()
noTexture()
method_70899()
empty()
public int
b()
getSortKey()
method_71297()
getSortKey()
public static void
c()
updateSortKeySeed()
method_71298()
method_71298()
public GpuTextureView
d()
texure0()
comp_4052()
texure0()
public GpuTextureView
e()
texure1()
comp_4053()
texure1()
public GpuTextureView
f()
texure2()
comp_4054()
texure2()