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 bva
intermediary net/minecraft/class_1638
named net/minecraft/client/texture/ResourceTexture
  • Field Details

    • LOGGER

      private static final Logger LOGGER
      Mappings:
      Namespace Name Mixin selector
      official g Lbva;g:Lorg/apache/logging/log4j/Logger;
      intermediary field_8084 Lnet/minecraft/class_1638;field_8084:Lorg/apache/logging/log4j/Logger;
      named LOGGER Lnet/minecraft/client/texture/ResourceTexture;LOGGER:Lorg/apache/logging/log4j/Logger;
    • field_6555

      protected final Identifier field_6555
      Mappings:
      Namespace Name Mixin selector
      official f Lbva;f:Lkl;
      intermediary field_6555 Lnet/minecraft/class_1638;field_6555:Lnet/minecraft/class_1653;
      named field_6555 Lnet/minecraft/client/texture/ResourceTexture;field_6555: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 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