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 bmd
intermediary net/minecraft/class_1224
named net/minecraft/client/texture/LayeredTexture
  • Field Details

    • LOGGER

      private static final Logger LOGGER
      Mappings:
      Namespace Name Mixin selector
      official g Lbmd;g:Lorg/apache/logging/log4j/Logger;
      intermediary field_5089 Lnet/minecraft/class_1224;field_5089: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 Lbmd;f:Ljava/util/List;
      intermediary field_5088 Lnet/minecraft/class_1224;field_5088: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 Lbmk;a(Lbni;)V
      intermediary method_4277 Lnet/minecraft/class_1233;method_4277(Lnet/minecraft/class_1258;)V
      named load Lnet/minecraft/client/texture/Texture;load(Lnet/minecraft/resource/ResourceManager;)V