Class AbstractTexture
- java.lang.Object
-
- net.minecraft.client.renderer.texture.AbstractTexture
-
- All Implemented Interfaces:
ITextureObject
- Direct Known Subclasses:
DynamicTexture
,LayeredColorMaskTexture
,LayeredTexture
,SimpleTexture
,TextureMap
public abstract class AbstractTexture extends java.lang.Object implements ITextureObject
-
-
Field Summary
Fields Modifier and Type Field Description protected boolean
blur
protected boolean
blurLast
protected int
glTextureId
protected boolean
mipmap
protected boolean
mipmapLast
-
Constructor Summary
Constructors Constructor Description AbstractTexture()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
deleteGlTexture()
int
getGlTextureId()
void
restoreLastBlurMipmap()
void
setBlurMipmap(boolean parFlag, boolean parFlag2)
void
setBlurMipmapDirect(boolean parFlag, boolean parFlag2)
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface net.minecraft.client.renderer.texture.ITextureObject
loadTexture
-
-
-
-
Method Detail
-
setBlurMipmapDirect
public void setBlurMipmapDirect(boolean parFlag, boolean parFlag2)
-
setBlurMipmap
public void setBlurMipmap(boolean parFlag, boolean parFlag2)
- Specified by:
setBlurMipmap
in interfaceITextureObject
-
restoreLastBlurMipmap
public void restoreLastBlurMipmap()
- Specified by:
restoreLastBlurMipmap
in interfaceITextureObject
-
getGlTextureId
public int getGlTextureId()
- Specified by:
getGlTextureId
in interfaceITextureObject
-
deleteGlTexture
public void deleteGlTexture()
-
-