Class ReloadableTexture

java.lang.Object
net.minecraft.client.texture.AbstractTexture
net.minecraft.client.texture.ReloadableTexture
All Implemented Interfaces:
AutoCloseable
Direct Known Subclasses:
ResourceTexture, SplashOverlay.LogoTexture

@Environment(CLIENT) public abstract class ReloadableTexture extends AbstractTexture
Mappings:
Namespace Name
named net/minecraft/client/texture/ReloadableTexture
intermediary net/minecraft/class_10537
official hek
  • Field Details Link icon

    • textureId Link icon

      private final Identifier textureId
      Mappings:
      Namespace Name Mixin selector
      named textureId Lnet/minecraft/client/texture/ReloadableTexture;textureId:Lnet/minecraft/util/Identifier;
      intermediary field_55529 Lnet/minecraft/class_10537;field_55529:Lnet/minecraft/class_2960;
      official d Lhek;d:Lakv;
  • Constructor Details Link icon

    • ReloadableTexture Link icon

      public ReloadableTexture(Identifier textureId)
      Mappings:
      Namespace Name Mixin selector
      named <init> Lnet/minecraft/client/texture/ReloadableTexture;<init>(Lnet/minecraft/util/Identifier;)V
      intermediary <init> Lnet/minecraft/class_10537;<init>(Lnet/minecraft/class_2960;)V
      official <init> Lhek;<init>(Lakv;)V
  • Method Details Link icon

    • getId Link icon

      public Identifier getId()
      Mappings:
      Namespace Name Mixin selector
      named getId Lnet/minecraft/client/texture/ReloadableTexture;getId()Lnet/minecraft/util/Identifier;
      intermediary method_65859 Lnet/minecraft/class_10537;method_65859()Lnet/minecraft/class_2960;
      official d Lhek;d()Lakv;
    • reload Link icon

      public void reload(TextureContents contents)
      Mappings:
      Namespace Name Mixin selector
      named reload Lnet/minecraft/client/texture/ReloadableTexture;reload(Lnet/minecraft/client/texture/TextureContents;)V
      intermediary method_65857 Lnet/minecraft/class_10537;method_65857(Lnet/minecraft/class_10539;)V
      official a Lhek;a(Lheu;)V
    • load Link icon

      private void load(NativeImage image, boolean blur, boolean clamp)
      Mappings:
      Namespace Name Mixin selector
      named load Lnet/minecraft/client/texture/ReloadableTexture;load(Lnet/minecraft/client/texture/NativeImage;ZZ)V
      intermediary method_65856 Lnet/minecraft/class_10537;method_65856(Lnet/minecraft/class_1011;ZZ)V
      official a Lhek;a(Lfev;ZZ)V
    • loadContents Link icon

      public abstract TextureContents loadContents(ResourceManager resourceManager) throws IOException
      Throws:
      IOException
      Mappings:
      Namespace Name Mixin selector
      named loadContents Lnet/minecraft/client/texture/ReloadableTexture;loadContents(Lnet/minecraft/resource/ResourceManager;)Lnet/minecraft/client/texture/TextureContents;
      intermediary method_65809 Lnet/minecraft/class_10537;method_65809(Lnet/minecraft/class_3300;)Lnet/minecraft/class_10539;
      official a Lhek;a(Laup;)Lheu;