Package com.hrznstudio.emojiful.api
Class EmojiFromEmojipedia.DownloadImageData
java.lang.Object
net.minecraft.client.renderer.texture.AbstractTexture
net.minecraft.client.renderer.texture.SimpleTexture
com.hrznstudio.emojiful.api.EmojiFromEmojipedia.DownloadImageData
- All Implemented Interfaces:
AutoCloseable
- Enclosing class:
EmojiFromEmojipedia
public class EmojiFromEmojipedia.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
Fields 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(File cacheFileIn, String imageUrlIn, net.minecraft.resources.ResourceLocation textureResourceLocation) -
Method Summary
Modifier and TypeMethodDescriptionvoidload(net.minecraft.server.packs.resources.ResourceManager resourceManager) protected voidMethods 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
-
Constructor Details
-
DownloadImageData
-
-
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
-
loadTextureFromServer
protected void loadTextureFromServer()
-