Package com.xpdustry.hexed.generation
Class SimpleHexedMapContext
java.lang.Object
com.xpdustry.hexed.generation.SimpleMapContext
com.xpdustry.hexed.generation.SimpleHexedMapContext
- All Implemented Interfaces:
HexedMapContext,MapContext
-
Field Summary
Fields inherited from interface com.xpdustry.hexed.generation.HexedMapContext
DEFAULT_BASE_SCHEMATIC, DEFAULT_GAME_DURATION, HEXED_PRESENCE_FLAG -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetHexes()voidsetBaseSchematic(ImmutableSchematic schematic) voidsetCaptureCalculator(HexedCaptureProgress calculator) voidsetDuration(Duration duration) voidMethods inherited from class com.xpdustry.hexed.generation.SimpleMapContext
forEachTile, forEachTile, getHeight, getMapName, getRules, getTile, getWidth, resize, setMapName, setRulesMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.xpdustry.hexed.generation.MapContext
forEachTile, forEachTile, getHeight, getMapName, getRules, getTile, getWidth, resize, setMapName, setRules
-
Constructor Details
-
SimpleHexedMapContext
public SimpleHexedMapContext()
-
-
Method Details
-
getHexes
- Specified by:
getHexesin interfaceHexedMapContext
-
setHexes
- Specified by:
setHexesin interfaceHexedMapContext
-
getDuration
- Specified by:
getDurationin interfaceHexedMapContext
-
setDuration
- Specified by:
setDurationin interfaceHexedMapContext
-
getBaseSchematic
- Specified by:
getBaseSchematicin interfaceHexedMapContext
-
setBaseSchematic
- Specified by:
setBaseSchematicin interfaceHexedMapContext
-
getCaptureCalculator
- Specified by:
getCaptureCalculatorin interfaceHexedMapContext
-
setCaptureCalculator
- Specified by:
setCaptureCalculatorin interfaceHexedMapContext
-