net.minecraft.client.texture

public record TextureSetup

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

Field summary

Modifier and TypeField
private final GpuTextureView
texure0
comp_4052
texure0
private final GpuTextureView
texure1
comp_4053
texure1
private final GpuTextureView
texure2
comp_4054
texure2
private final GpuSampler
sampler0
comp_5053
sampler0
private final GpuSampler
sampler1
comp_5054
sampler1
private final GpuSampler
sampler2
comp_5055
sampler2
private static final TextureSetup
NO_TEXTURE_SETUP
field_59931
EMPTY
private static int
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
singleTexture(GpuTextureView texture, GpuSampler sampler)
method_70900(GpuTextureView arg0, class_12137 arg1)
of(GpuTextureView texture, GpuSampler sampler)
public static TextureSetup
singleTextureWithLightmap(GpuTextureView texture, GpuSampler sampler)
method_70902(GpuTextureView arg0, class_12137 arg1)
withLightmap(GpuTextureView texture, GpuSampler sampler)
public static TextureSetup
doubleTexture(GpuTextureView texture0, GpuSampler sampler0, GpuTextureView texture1, GpuSampler sampler1)
method_70901(GpuTextureView arg0, class_12137 arg1, GpuTextureView arg2, class_12137 arg3)
of(GpuTextureView texture0, GpuSampler sampler0, GpuTextureView texture1, GpuSampler sampler1)
public static TextureSetup
noTexture()
method_70899()
empty()
public int
getSortKey()
method_71297()
getSortKey()
public static void
updateSortKeySeed()
method_71298()
shuffleRenderingOrder()
public GpuTextureView
texure0()
comp_4052()
texure0()
public GpuTextureView
texure1()
comp_4053()
texure1()
public GpuTextureView
texure2()
comp_4054()
texure2()
public GpuSampler
sampler0()
comp_5053()
sampler0()
public GpuSampler
sampler1()
comp_5054()
sampler1()
public GpuSampler
sampler2()
comp_5055()
sampler2()