Class SimpleTexture
java.lang.Object
net.minecraft.client.renderer.texture.AbstractTexture
net.minecraft.client.renderer.texture.SimpleTexture
- All Implemented Interfaces:
AutoCloseable
- Direct Known Subclasses:
HttpTexture
,LoadingOverlay.LogoTexture
,PreloadedTexture
-
Nested Class Summary
-
Field Summary
Modifier and TypeFieldDescriptionprotected ResourceLocation
(package private) static org.apache.logging.log4j.Logger
Fields inherited from class net.minecraft.client.renderer.texture.AbstractTexture
blur, id, mipmap, NOT_ASSIGNED
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprivate void
doLoad(NativeImage p_118137_, boolean p_118138_, boolean p_118139_)
protected SimpleTexture.TextureImage
getTextureImage(ResourceManager p_118140_)
void
load(ResourceManager p_118135_)
Methods inherited from class net.minecraft.client.renderer.texture.AbstractTexture
bind, close, getId, releaseId, reset, restoreLastBlurMipmap, setBlurMipmap, setFilter
-
Field Details
-
LOGGER
static final org.apache.logging.log4j.Logger LOGGER -
location
-
-
Constructor Details
-
SimpleTexture
-
-
Method Details
-
load
- Specified by:
load
in classAbstractTexture
- Throws:
IOException
-
doLoad
-
getTextureImage
-