Class ResourceTexture

java.lang.Object
net.minecraft.client.texture.AbstractTexture
net.minecraft.client.texture.ResourceTexture
All Implemented Interfaces:
Texture
Direct Known Subclasses:
PlayerSkinTexture

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

    • LOGGER

      private static final Logger LOGGER
      Mappings:
      Namespace Name Mixin selector
      official g Lbme;g:Lorg/apache/logging/log4j/Logger;
      intermediary field_5091 Lnet/minecraft/class_1225;field_5091:Lorg/apache/logging/log4j/Logger;
      named LOGGER Lnet/minecraft/client/texture/ResourceTexture;LOGGER:Lorg/apache/logging/log4j/Logger;
    • field_5090

      protected final Identifier field_5090
      Mappings:
      Namespace Name Mixin selector
      official f Lbme;f:Ljy;
      intermediary field_5090 Lnet/minecraft/class_1225;field_5090:Lnet/minecraft/class_1605;
      named field_5090 Lnet/minecraft/client/texture/ResourceTexture;field_5090:Lnet/minecraft/util/Identifier;
  • Constructor Details

    • ResourceTexture

      public ResourceTexture​(Identifier identifier)
  • 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