public class LayeredTexture extends AbstractTexture
Modifier and Type | Field and Description |
---|---|
java.util.List<java.lang.String> |
layeredTextureNames |
private static org.apache.logging.log4j.Logger |
LOGGER |
blur, blurLast, glTextureId, mipmap, mipmapLast
Constructor and Description |
---|
LayeredTexture(java.lang.String... textureNames) |
Modifier and Type | Method and Description |
---|---|
void |
loadTexture(IResourceManager resourceManager) |
deleteGlTexture, getGlTextureId, restoreLastBlurMipmap, setBlurMipmap, setBlurMipmapDirect
private static final org.apache.logging.log4j.Logger LOGGER
public final java.util.List<java.lang.String> layeredTextureNames
public void loadTexture(IResourceManager resourceManager) throws java.io.IOException
java.io.IOException