Interface DynamicTexture

All Known Implementing Classes:
GlyphAtlasTexture, NativeImageBackedTexture, SpriteAtlasTexture

@Environment(CLIENT) public interface DynamicTexture
Mappings:
Namespace Name
named net/minecraft/client/texture/DynamicTexture
intermediary net/minecraft/class_8215
official gon
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    save(Identifier id, Path path)
     
  • Method Details

    • save

      void save(Identifier id, Path path) throws IOException
      Throws:
      IOException
      Mappings:
      Namespace Name Mixin selector
      named save Lnet/minecraft/client/texture/DynamicTexture;save(Lnet/minecraft/util/Identifier;Ljava/nio/file/Path;)V
      intermediary method_49712 Lnet/minecraft/class_8215;method_49712(Lnet/minecraft/class_2960;Ljava/nio/file/Path;)V
      official a Lgon;a(Lalf;Ljava/nio/file/Path;)V