net.minecraft.client.renderer.texture

public abstract class AbstractTexture

implements AutoCloseable

hra
net.minecraft.client.renderer.texture.AbstractTexture
net.minecraft.class_1044
net.minecraft.client.texture.AbstractTexture
net.minecraft.src.C_4468_

Field summary

Modifier and TypeField
protected GpuTexture
a
texture
field_56974
glTexture
f_381792_
protected GpuTextureView
b
textureView
field_60597
glTextureView
f_400082_

Constructor summary

ModifierConstructor
public ()

Method summary

Modifier and TypeMethod
public void
a(boolean arg0)
setClamp(boolean arg0)
method_65924(boolean arg0)
setClamp(boolean clamp)
m_374191_(boolean arg0)
public void
a(boolean arg0, boolean arg1)
setFilter(boolean arg0, boolean arg1)
method_4527(boolean arg0, boolean arg1)
setFilter(boolean bilinear, boolean mipmap)
m_117960_(boolean p_117962_, boolean arg1)
public void
b(boolean arg0)
setUseMipmaps(boolean arg0)
method_70950(boolean arg0)
setUseMipmaps(boolean useMipmaps)
m_403809_(boolean arg0)
public void
close()
close()
close()
public GpuTexture
a()
getTexture()
method_68004()
getGlTexture()
m_386102_()
public GpuTextureView
b()
getTextureView()
method_71659()
getGlTextureView()
m_403991_()