Class NativeImageBackedTexture

java.lang.Object
net.minecraft.client.texture.AbstractTexture
net.minecraft.client.texture.NativeImageBackedTexture
All Implemented Interfaces:
AutoCloseable, Texture

@Environment(CLIENT) public class NativeImageBackedTexture extends AbstractTexture implements AutoCloseable
Mappings:
Namespace Name
official ddb
intermediary net/minecraft/class_1636
named net/minecraft/client/texture/NativeImageBackedTexture
  • Field Details

    • field_20979

      @Nullable private class_4277 field_20979
      Mappings:
      Namespace Name Mixin selector
      official f Lddb;f:Lddg;
      intermediary field_20979 Lnet/minecraft/class_1636;field_20979:Lnet/minecraft/class_4277;
      named field_20979 Lnet/minecraft/client/texture/NativeImageBackedTexture;field_20979:Lnet/minecraft/class_4277;
  • Constructor Details

    • NativeImageBackedTexture

      public NativeImageBackedTexture(class_4277 class_4277)
    • NativeImageBackedTexture

      public NativeImageBackedTexture(int int2, int int3, boolean bool)
  • Method Details

    • load

      public void load(ResourceManager manager) throws IOException
      Specified by:
      load in interface Texture
      Throws:
      IOException
      Mappings:
      Namespace Name Mixin selector
      official a Lddo;a(Lvf;)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
    • upload

      public void upload()
      Mappings:
      Namespace Name Mixin selector
      official a Lddb;a()V
      intermediary method_5817 Lnet/minecraft/class_1636;method_5817()V
      named upload Lnet/minecraft/client/texture/NativeImageBackedTexture;upload()V
    • method_19449

      @Nullable public class_4277 method_19449()
      Mappings:
      Namespace Name Mixin selector
      official e Lddb;e()Lddg;
      intermediary method_19449 Lnet/minecraft/class_1636;method_19449()Lnet/minecraft/class_4277;
      named method_19449 Lnet/minecraft/client/texture/NativeImageBackedTexture;method_19449()Lnet/minecraft/class_4277;
    • method_19448

      public void method_19448(class_4277 class_4277) throws Exception
      Throws:
      Exception
      Mappings:
      Namespace Name Mixin selector
      official a Lddb;a(Lddg;)V
      intermediary method_19448 Lnet/minecraft/class_1636;method_19448(Lnet/minecraft/class_4277;)V
      named method_19448 Lnet/minecraft/client/texture/NativeImageBackedTexture;method_19448(Lnet/minecraft/class_4277;)V
    • close

      public void close()
      Specified by:
      close in interface AutoCloseable
      Mappings:
      Namespace Name Mixin selector
      official close Lddb;close()V
      intermediary close Lnet/minecraft/class_1636;close()V
      named close Lnet/minecraft/client/texture/NativeImageBackedTexture;close()V