Interface Texture

All Known Subinterfaces:
TickableTexture
All Known Implementing Classes:
AbstractTexture, class_4132, ColorMaskTexture, LayeredTexture, NativeImageBackedTexture, PlayerSkinTexture, ResourceTexture, SpriteAtlasTexture

@Environment(CLIENT) public interface Texture
Mappings:
Namespace Name
official ddo
intermediary net/minecraft/class_319
named net/minecraft/client/texture/Texture
  • Method Summary

    Modifier and Type
    Method
    Description
    int
     
    void
     
    default void
     
    void
    pop()
     
    void
    pushFilter(boolean bilinear, boolean mipmap)
     
  • Method Details

    • pushFilter

      void pushFilter(boolean bilinear, boolean mipmap)
      Mappings:
      Namespace Name Mixin selector
      official b Lddo;b(ZZ)V
      intermediary method_10323 Lnet/minecraft/class_319;method_10323(ZZ)V
      named pushFilter Lnet/minecraft/client/texture/Texture;pushFilter(ZZ)V
    • pop

      void pop()
      Mappings:
      Namespace Name Mixin selector
      official b Lddo;b()V
      intermediary method_10322 Lnet/minecraft/class_319;method_10322()V
      named pop Lnet/minecraft/client/texture/Texture;pop()V
    • load

      void load(ResourceManager manager) throws IOException
      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
    • getGlId

      int getGlId()
      Mappings:
      Namespace Name Mixin selector
      official c Lddo;c()I
      intermediary method_5855 Lnet/minecraft/class_319;method_5855()I
      named getGlId Lnet/minecraft/client/texture/Texture;getGlId()I
    • method_19530

      default void method_19530()
      Mappings:
      Namespace Name Mixin selector
      official h Lddo;h()V
      intermediary method_19530 Lnet/minecraft/class_319;method_19530()V
      named method_19530 Lnet/minecraft/client/texture/Texture;method_19530()V