LevelLoader

public interface LevelLoader

Functions

Link copied to clipboard
abstract LevelBasicParams loadBasicParams()
Link copied to clipboard
abstract LevelDescription loadLevelDescription()
Link copied to clipboard
abstract Hero populateHero(HeroPersistence heroPersistence)

Inheritors

Link copied to clipboard
Link copied to clipboard

Extensions

Link copied to clipboard
final Set<GameEntity> addLevelEntities(MutableSet<GameEntity> entities, Int w, Int h, Grid2D<Boolean> maze, LevelContentFactory levelFactory, String nextLevelDescriptionFilename, Random random)