Class SimpleArrayTexture

java.lang.Object
net.minecraft.client.renderer.texture.AbstractTexture
foundry.veil.api.client.render.texture.ArrayTexture
foundry.veil.api.client.render.texture.SimpleArrayTexture
All Implemented Interfaces:
VeilPreloadedTexture, AutoCloseable

public class SimpleArrayTexture extends ArrayTexture implements VeilPreloadedTexture
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static class 
     
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected final net.minecraft.resources.ResourceLocation[]
     

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

    blur, id, mipmap, NOT_ASSIGNED
  • Constructor Summary

    Constructors
    Constructor
    Description
    SimpleArrayTexture(net.minecraft.resources.ResourceLocation... locations)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    getTextureImages(net.minecraft.server.packs.resources.ResourceManager resourceManager)
     
    void
    load(@NotNull net.minecraft.server.packs.resources.ResourceManager resourceManager)
     
    preload(net.minecraft.server.packs.resources.ResourceManager resourceManager, Executor backgroundExecutor)
     
    void
    reset(@NotNull net.minecraft.client.renderer.texture.TextureManager textureManager, @NotNull net.minecraft.server.packs.resources.ResourceManager resourceManager, @NotNull net.minecraft.resources.ResourceLocation location, @NotNull Executor gameExecutor)
     

    Methods inherited from class foundry.veil.api.client.render.texture.ArrayTexture

    bind, getId, init, setFilter, upload

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

    close, releaseId

    Methods inherited from class java.lang.Object

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

    • locations

      protected final net.minecraft.resources.ResourceLocation[] locations
  • Constructor Details

    • SimpleArrayTexture

      public SimpleArrayTexture(net.minecraft.resources.ResourceLocation... locations)
  • Method Details

    • preload

      public CompletableFuture<?> preload(net.minecraft.server.packs.resources.ResourceManager resourceManager, Executor backgroundExecutor)
      Specified by:
      preload in interface VeilPreloadedTexture
    • load

      public void load(@NotNull @NotNull net.minecraft.server.packs.resources.ResourceManager resourceManager) throws IOException
      Specified by:
      load in class net.minecraft.client.renderer.texture.AbstractTexture
      Throws:
      IOException
    • reset

      public void reset(@NotNull @NotNull net.minecraft.client.renderer.texture.TextureManager textureManager, @NotNull @NotNull net.minecraft.server.packs.resources.ResourceManager resourceManager, @NotNull @NotNull net.minecraft.resources.ResourceLocation location, @NotNull @NotNull Executor gameExecutor)
      Overrides:
      reset in class net.minecraft.client.renderer.texture.AbstractTexture
    • getTextureImages

      protected SimpleArrayTexture.TextureImage[] getTextureImages(net.minecraft.server.packs.resources.ResourceManager resourceManager)