Interface AtlasSource.SpriteSource

All Known Subinterfaces:
AtlasSource.SpriteRegion
All Known Implementing Classes:
PalettedPermutationsAtlasSource.PalettedSpriteRegion, UnstitchAtlasSource.SpriteRegion
Enclosing interface:
AtlasSource
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface @Environment(CLIENT) public static interface AtlasSource.SpriteSource
Mappings:
Namespace Name
named net/minecraft/client/texture/atlas/AtlasSource$SpriteSource
intermediary net/minecraft/class_7948$class_12299
official ilu$b
  • Method Summary

    Modifier and Type
    Method
    Description
    @Nullable SpriteContents
    load(SpriteOpener spriteOpener)
     
  • Method Details

    • load

      @Nullable SpriteContents load(SpriteOpener spriteOpener)
      Mappings:
      Namespace Name Mixin selector
      named load Lnet/minecraft/client/texture/atlas/AtlasSource$SpriteSource;load(Lnet/minecraft/client/texture/SpriteOpener;)Lnet/minecraft/client/texture/SpriteContents;
      intermediary method_52853 Lnet/minecraft/class_7948$class_12299;method_52853(Lnet/minecraft/class_8684;)Lnet/minecraft/class_7764;
      official get Lilu$b;get(Lilt;)Lilk;