Class LayeredTexture

java.lang.Object
net.minecraft.client.texture.AbstractTexture
net.minecraft.client.texture.LayeredTexture
All Implemented Interfaces:
Texture

@Environment(CLIENT) public class LayeredTexture extends AbstractTexture
Mappings:
Namespace Name
official buy
intermediary net/minecraft/class_1637
named net/minecraft/client/texture/LayeredTexture
  • Field Details

    • LOGGER

      private static final Logger LOGGER
      Mappings:
      Namespace Name Mixin selector
      official g Lbuy;g:Lorg/apache/logging/log4j/Logger;
      intermediary field_8083 Lnet/minecraft/class_1637;field_8083:Lorg/apache/logging/log4j/Logger;
      named LOGGER Lnet/minecraft/client/texture/LayeredTexture;LOGGER:Lorg/apache/logging/log4j/Logger;
    • locations

      public final List<String> locations
      Mappings:
      Namespace Name Mixin selector
      official f Lbuy;f:Ljava/util/List;
      intermediary field_6554 Lnet/minecraft/class_1637;field_6554:Ljava/util/List;
      named locations Lnet/minecraft/client/texture/LayeredTexture;locations:Ljava/util/List;
  • Constructor Details

    • LayeredTexture

      public LayeredTexture(String[] string)
  • Method Details

    • load

      public void load(ResourceManager manager) throws IOException
      Throws:
      IOException
      Mappings:
      Namespace Name Mixin selector
      official a Lbvg;a(Lbwd;)V
      intermediary method_5854 Lnet/minecraft/class_319;method_5854(Lnet/minecraft/class_1654;)V
      named load Lnet/minecraft/client/texture/Texture;load(Lnet/minecraft/resource/ResourceManager;)V