Method: Worldgen::PlateMap::Plate#map
- Defined in:
- lib/worldgen/platemap.rb
#map ⇒ Object
Attributes:
-
seed - the initial point within the map for this plate
-
map - the map that this plate is in
-
id - the ID number of this plate (how this plate identifies itself)
-
type - the type of plate (continental vs. ocean)
13 14 15 |
# File 'lib/worldgen/platemap.rb', line 13 def map @map end |