Package com.hrznstudio.emojiful.api
Class Emoji.DownloadImageData
java.lang.Object
net.minecraft.client.renderer.texture.AbstractTexture
net.minecraft.client.renderer.texture.SimpleTexture
com.hrznstudio.emojiful.api.Emoji.DownloadImageData
- All Implemented Interfaces:
AutoCloseable
- Enclosing class:
Emoji
public class Emoji.DownloadImageData
extends net.minecraft.client.renderer.texture.SimpleTexture
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.client.renderer.texture.SimpleTexture
net.minecraft.client.renderer.texture.SimpleTexture.TextureImage -
Field Summary
FieldsFields inherited from class net.minecraft.client.renderer.texture.SimpleTexture
locationFields inherited from class net.minecraft.client.renderer.texture.AbstractTexture
blur, id, mipmap, NOT_ASSIGNED -
Constructor Summary
ConstructorsConstructorDescriptionDownloadImageData(BufferedImage cacheFileIn, net.minecraft.resources.ResourceLocation textureResourceLocation) -
Method Summary
Modifier and TypeMethodDescriptionvoidload(net.minecraft.server.packs.resources.ResourceManager resourceManager) Methods inherited from class net.minecraft.client.renderer.texture.SimpleTexture
getTextureImageMethods inherited from class net.minecraft.client.renderer.texture.AbstractTexture
bind, close, getId, releaseId, reset, restoreLastBlurMipmap, setBlurMipmap, setFilter
-
Field Details
-
textureUploaded
public boolean textureUploaded
-
-
Constructor Details
-
DownloadImageData
public DownloadImageData(BufferedImage cacheFileIn, net.minecraft.resources.ResourceLocation textureResourceLocation)
-
-
Method Details
-
load
public void load(net.minecraft.server.packs.resources.ResourceManager resourceManager) throws IOException - Overrides:
loadin classnet.minecraft.client.renderer.texture.SimpleTexture- Throws:
IOException
-