Class SimpleArrayTexture.TextureImage

java.lang.Object
foundry.veil.api.client.render.texture.SimpleArrayTexture.TextureImage
All Implemented Interfaces:
AutoCloseable, org.lwjgl.system.NativeResource
Enclosing class:
SimpleArrayTexture

public static class SimpleArrayTexture.TextureImage extends Object implements org.lwjgl.system.NativeResource
  • Constructor Details

    • TextureImage

      public TextureImage(IOException exception)
    • TextureImage

      public TextureImage(com.mojang.blaze3d.platform.NativeImage image, @Nullable net.minecraft.client.resources.metadata.texture.TextureMetadataSection metadata)
  • Method Details

    • load

      public static SimpleArrayTexture.TextureImage[] load(net.minecraft.server.packs.resources.ResourceManager resourceManager, net.minecraft.resources.ResourceLocation... locations)
    • getImage

      public com.mojang.blaze3d.platform.NativeImage getImage() throws IOException
      Throws:
      IOException
    • getTextureMetadata

      @Nullable public net.minecraft.client.resources.metadata.texture.TextureMetadataSection getTextureMetadata()
    • getException

      @Nullable public IOException getException()
    • free

      public void free()
      Specified by:
      free in interface org.lwjgl.system.NativeResource
    • throwIfError

      public void throwIfError() throws IOException
      Throws:
      IOException