Class SimpleTexture
java.lang.Object
net.minecraft.client.renderer.texture.Texture
net.minecraft.client.renderer.texture.SimpleTexture
- All Implemented Interfaces:
AutoCloseable
- Direct Known Subclasses:
DownloadingTexture
,PreloadedTexture
,ResourceLoadProgressGui.MojangLogoTexture
-
Nested Class Summary
-
Field Summary
Modifier and TypeFieldDescriptionprotected final ResourceLocation
private static final org.apache.logging.log4j.Logger
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprivate void
doLoad
(NativeImage p_229207_1_, boolean p_229207_2_, boolean p_229207_3_) protected SimpleTexture.TextureData
getTextureImage
(IResourceManager p_215246_1_) void
load
(IResourceManager p_195413_1_) Methods inherited from class net.minecraft.client.renderer.texture.Texture
bind, close, getId, releaseId, reset, restoreLastBlurMipmap, setBlurMipmap, setFilter
-
Field Details
-
LOGGER
private static final org.apache.logging.log4j.Logger LOGGER -
location
-
-
Constructor Details
-
SimpleTexture
-
-
Method Details
-
load
- Specified by:
load
in classTexture
- Throws:
IOException
-
doLoad
-
getTextureImage
-