public abstract class AbstractTexture extends java.lang.Object implements ITextureObject
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
blur |
protected boolean |
blurLast |
protected int |
glTextureId |
protected boolean |
mipmap |
protected boolean |
mipmapLast |
| Constructor and Description |
|---|
AbstractTexture() |
| Modifier and Type | Method and Description |
|---|---|
void |
deleteGlTexture() |
int |
getGlTextureId() |
void |
restoreLastBlurMipmap() |
void |
setBlurMipmap(boolean p_174936_1_,
boolean p_174936_2_) |
void |
setBlurMipmapDirect(boolean p_174937_1_,
boolean p_174937_2_) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitloadTextureprotected int glTextureId
protected boolean blur
protected boolean mipmap
protected boolean blurLast
protected boolean mipmapLast
public void setBlurMipmapDirect(boolean p_174937_1_,
boolean p_174937_2_)
public void setBlurMipmap(boolean p_174936_1_,
boolean p_174936_2_)
setBlurMipmap in interface ITextureObjectpublic void restoreLastBlurMipmap()
restoreLastBlurMipmap in interface ITextureObjectpublic int getGlTextureId()
getGlTextureId in interface ITextureObjectpublic void deleteGlTexture()