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 bvg
intermediary net/minecraft/class_319
named net/minecraft/client/texture/Texture
  • Method Summary

    Modifier and Type
    Method
    Description
    int
     
    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 Lbvg;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 a Lbvg;a()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 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
    • getGlId

      int getGlId()
      Mappings:
      Namespace Name Mixin selector
      official b Lbvg;b()I
      intermediary method_5855 Lnet/minecraft/class_319;method_5855()I
      named getGlId Lnet/minecraft/client/texture/Texture;getGlId()I