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

    Fields
    Modifier and Type
    Field
    Description
    boolean
     

    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(BufferedImage cacheFileIn, net.minecraft.resources.ResourceLocation textureResourceLocation)
     
  • Method Summary

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

    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
  • 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:
      load in class net.minecraft.client.renderer.texture.SimpleTexture
      Throws:
      IOException