net.minecraft.client.gui.render

public record TextureSetup

goi
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 final GpuSampler
d
sampler0
comp_5053
sampler0
private final GpuSampler
e
sampler1
comp_5054
sampler1
private final GpuSampler
f
sampler2
comp_5055
sampler2
private static final TextureSetup
g
NO_TEXTURE_SETUP
field_59931
EMPTY
private static int
h
sortKeySeed
field_60313
shuffleSeed

Constructor summary

ModifierConstructor
public (GpuTextureView texure0, GpuTextureView texure1, GpuTextureView texure2, GpuSampler sampler0, GpuSampler sampler1, GpuSampler sampler2)

Method summary

Modifier and TypeMethod
public static TextureSetup
a(GpuTextureView arg0, fxx arg1)
singleTexture(GpuTextureView arg0, GpuSampler arg1)
method_70900(GpuTextureView arg0, class_12137 arg1)
of(GpuTextureView texture, GpuSampler sampler)
public static TextureSetup
b(GpuTextureView arg0, fxx arg1)
singleTextureWithLightmap(GpuTextureView arg0, GpuSampler arg1)
method_70902(GpuTextureView arg0, class_12137 arg1)
withLightmap(GpuTextureView texture, GpuSampler sampler)
public static TextureSetup
a(GpuTextureView arg0, fxx arg1, GpuTextureView arg2, fxx arg3)
doubleTexture(GpuTextureView arg0, GpuSampler arg1, GpuTextureView arg2, GpuSampler arg3)
method_70901(GpuTextureView arg0, class_12137 arg1, GpuTextureView arg2, class_12137 arg3)
of(GpuTextureView texture0, GpuSampler sampler0, GpuTextureView texture1, GpuSampler sampler1)
public static TextureSetup
a()
noTexture()
method_70899()
empty()
public int
b()
getSortKey()
method_71297()
getSortKey()
public static void
c()
updateSortKeySeed()
method_71298()
shuffleRenderingOrder()
public GpuTextureView
d()
texure0()
comp_4052()
texure0()
public GpuTextureView
e()
texure1()
comp_4053()
texure1()
public GpuTextureView
f()
texure2()
comp_4054()
texure2()
public GpuSampler
g()
sampler0()
comp_5053()
sampler0()
public GpuSampler
h()
sampler1()
comp_5054()
sampler1()
public GpuSampler
i()
sampler2()
comp_5055()
sampler2()