Class EmojiFromTwitmoji.DownloadImageData

java.lang.Object
net.minecraft.client.renderer.texture.AbstractTexture
net.minecraft.client.renderer.texture.SimpleTexture
com.hrznstudio.emojiful.api.EmojiFromTwitmoji.DownloadImageData
All Implemented Interfaces:
AutoCloseable
Enclosing class:
EmojiFromTwitmoji

public class EmojiFromTwitmoji.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

    location

    Fields inherited from class net.minecraft.client.renderer.texture.AbstractTexture

    blur, id, mipmap, NOT_ASSIGNED
  • Constructor Summary

    Constructors
    Constructor
    Description
    DownloadImageData(File cacheFileIn, String imageUrlIn, net.minecraft.resources.ResourceLocation textureResourceLocation)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    load(net.minecraft.server.packs.resources.ResourceManager resourceManager)
     
    protected void
     

    Methods inherited from class net.minecraft.client.renderer.texture.SimpleTexture

    getTextureImage

    Methods inherited from class net.minecraft.client.renderer.texture.AbstractTexture

    bind, close, getId, releaseId, reset, restoreLastBlurMipmap, setBlurMipmap, setFilter

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • DownloadImageData

      public DownloadImageData(File cacheFileIn, String imageUrlIn, net.minecraft.resources.ResourceLocation textureResourceLocation)
  • Method Details

    • load

      public void load(net.minecraft.server.packs.resources.ResourceManager resourceManager) throws IOException
      Overrides:
      load in class net.minecraft.client.renderer.texture.SimpleTexture
      Throws:
      IOException
    • loadTextureFromServer

      protected void loadTextureFromServer()