Interface SpriteSource.SpriteSupplier

All Superinterfaces:
Supplier<SpriteContents>
All Known Implementing Classes:
PalettedPermutations.PalettedSpriteSupplier, Unstitcher.RegionInstance
Enclosing interface:
SpriteSource

public static interface SpriteSource.SpriteSupplier extends Supplier<SpriteContents>
  • Method Summary

    Modifier and Type
    Method
    Description
    default void
     

    Methods inherited from interface java.util.function.Supplier

    get
  • Method Details

    • discard

      default void discard()