net.minecraft.client.renderer.texture

public abstract class AbstractTexture

implements AutoCloseable

igw
net.minecraft.client.renderer.texture.AbstractTexture
net.minecraft.class_1044
net.minecraft.client.texture.AbstractTexture

Field summary

Modifier and TypeField
protected GpuTexture
a
texture
field_56974
glTexture
protected GpuTextureView
b
textureView
field_60597
glTextureView
protected GpuSampler
c
sampler
field_63613
sampler

Constructor summary

ModifierConstructor
public ()

Method summary

Modifier and TypeMethod
public void
close()
close()
public GpuTexture
a()
getTexture()
method_68004()
getGlTexture()
public GpuTextureView
b()
getTextureView()
method_71659()
getGlTextureView()
public GpuSampler
c()
getSampler()
method_75484()
getSampler()