Class ResourceTexture

All Implemented Interfaces:
AutoCloseable

@Environment(CLIENT) public class ResourceTexture extends ReloadableTexture
Mappings:
Namespace Name
named net/minecraft/client/texture/ResourceTexture
intermediary net/minecraft/class_1049
official hel
  • Constructor Details Link icon

    • ResourceTexture Link icon

      public ResourceTexture(Identifier location)
      Mappings:
      Namespace Name Mixin selector
      named <init> Lnet/minecraft/client/texture/ResourceTexture;<init>(Lnet/minecraft/util/Identifier;)V
      intermediary <init> Lnet/minecraft/class_1049;<init>(Lnet/minecraft/class_2960;)V
      official <init> Lhel;<init>(Lakv;)V
  • Method Details Link icon

    • loadContents Link icon

      public TextureContents loadContents(ResourceManager resourceManager) throws IOException
      Specified by:
      loadContents in class ReloadableTexture
      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;