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
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final ResourceLocationprivate static final org.apache.logging.log4j.Logger -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate voiddoLoad(NativeImage p_229207_1_, boolean p_229207_2_, boolean p_229207_3_) protected SimpleTexture.TextureDatagetTextureImage(IResourceManager p_215246_1_) voidload(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:
loadin classTexture- Throws:
IOException
-
doLoad
-
getTextureImage
-