net.minecraft.client.renderer.texture

public abstract class AbstractTexture

implements AutoCloseable

hrb
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

Constructor summary

ModifierConstructor
public ()

Method summary

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