Package com.xpdustry.hexed.generation
Interface HexedMapContext
- All Superinterfaces:
MapContext
- All Known Implementing Classes:
SimpleHexedMapContext
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ImmutableSchematicstatic final Durationstatic final String -
Method Summary
Modifier and TypeMethodDescriptiongetHexes()voidsetBaseSchematic(ImmutableSchematic schematic) voidsetCaptureCalculator(HexedCaptureProgress calculator) voidsetDuration(Duration duration) voidMethods inherited from interface com.xpdustry.hexed.generation.MapContext
forEachTile, forEachTile, getHeight, getMapName, getRules, getTile, getWidth, resize, setMapName, setRules
-
Field Details
-
DEFAULT_BASE_SCHEMATIC
-
HEXED_PRESENCE_FLAG
- See Also:
-
DEFAULT_GAME_DURATION
-
-
Method Details
-
getHexes
-
setHexes
-
getDuration
Duration getDuration() -
setDuration
-
getBaseSchematic
ImmutableSchematic getBaseSchematic() -
setBaseSchematic
-
getCaptureCalculator
HexedCaptureProgress getCaptureCalculator() -
setCaptureCalculator
-