Interface SpriteSource.SpriteSupplier

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

public static interface SpriteSource.SpriteSupplier extends Function<SpriteResourceLoader,SpriteContents>
  • Method Summary

    Modifier and Type
    Method
    Description
    default void
     

    Methods inherited from interface java.util.function.Function

    andThen, apply, compose
  • Method Details

    • discard

      default void discard()