Uses of Interface
sac.model.generators.Generator
Packages that use Generator
Package
Description
Provides the actual game logic.
Provides piece generating strategy.
-
Uses of Generator in sac.model.gamemodes
Methods in sac.model.gamemodes that return GeneratorModifier and TypeMethodDescriptionCustomizeCore.getPieceGenerator()
DefaultCore.getPieceGenerator()
GameCore.getPieceGenerator()
GameMode.getPieceGenerator()
Methods in sac.model.gamemodes with parameters of type Generator -
Uses of Generator in sac.model.generators
Classes in sac.model.generators that implement GeneratorModifier and TypeClassDescriptionclass
PerfectGenerator guarantees the set-up of Perfect Clear.class
The generator classic Tetris would use.