public class SimulatorFactory extends Object
| Modifier and Type | Method and Description |
|---|---|
static GameMap |
create2PlayerMap() |
static GameMap |
create8PlayerMap() |
static GameMap |
createMapFromReplayFile(String gioReplayFileLocation)
GIOReplay files can be downloaded from http://dev.generals.io/replays
|
static Simulator |
of(GameMap gameMap,
Function<Actions,Bot>... botProviders) |
static Simulator |
of(GameMap gameMap,
SimulatorConfiguration configuration,
Function<Actions,Bot>... botProviders) |
@SafeVarargs public static Simulator of(GameMap gameMap, SimulatorConfiguration configuration, Function<Actions,Bot>... botProviders)
public static GameMap createMapFromReplayFile(String gioReplayFileLocation)
gioReplayFileLocation - file locationpublic static GameMap create2PlayerMap()
public static GameMap create8PlayerMap()
Copyright © 2017. All rights reserved.