Interface Texture

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

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

    Modifier and Type Method Description
    int getGlId()  
    void load​(ResourceManager manager)  
    void pop()  
    void pushFilter​(boolean bilinear, boolean mipmap)  
  • Method Details

    • pushFilter

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

      void pop()
      Mappings:
      Namespace Name Mixin selector
      official a Lbmk;a()V
      intermediary method_4276 Lnet/minecraft/class_1233;method_4276()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 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
    • getGlId

      int getGlId()
      Mappings:
      Namespace Name Mixin selector
      official b Lbmk;b()I
      intermediary method_4278 Lnet/minecraft/class_1233;method_4278()I
      named getGlId Lnet/minecraft/client/texture/Texture;getGlId()I