Interface Texture

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

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

    Modifier and Type
    Method
    Description
    int
     
    void
     
  • Method Details

    • load

      void load(ResourceManager manager)
      Mappings:
      Namespace Name Mixin selector
      official a Lbpx;a(Lbqn;)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 Lbpx;b()I
      intermediary method_5855 Lnet/minecraft/class_319;method_5855()I
      named getGlId Lnet/minecraft/client/texture/Texture;getGlId()I