Package de.darkatra.bfme2.map.heightmap
Class HeightMap
-
-
Field Summary
Fields Modifier and Type Field Description private final UIntwidthprivate final UIntheightprivate final UIntborderWidthprivate final List<HeightMapBorder>bordersprivate final UIntareaprivate final Table<UInt, UInt, UShort>elevations
-
Method Summary
Modifier and Type Method Description final UIntgetWidth()final UIntgetHeight()final UIntgetBorderWidth()final List<HeightMapBorder>getBorders()final UIntgetArea()final Table<UInt, UInt, UShort>getElevations()-
-
Method Detail
-
getBorderWidth
final UInt getBorderWidth()
-
getBorders
final List<HeightMapBorder> getBorders()
-
getElevations
final Table<UInt, UInt, UShort> getElevations()
-
-
-
-