Interface CharacterDeckGenerator.CharacterCardGenerator

Enclosing class:
CharacterDeckGenerator

private static interface CharacterDeckGenerator.CharacterCardGenerator
in order to construct each card, the constructor must fall under an interface to be used in a lambda call. This interface is just for that.
  • Method Summary

    Modifier and Type
    Method
    Description
    build(Model ctx)
    the constructor of a CharacterCard has the same signature as this method