com.cliffblaster.game.level.gen
Class GenProperties

java.lang.Object
  extended by com.cliffblaster.game.level.gen.GenProperties

public class GenProperties
extends java.lang.Object


Field Summary
 GenType generator
           
 BooleanSetting hasCaves
           
 BooleanSetting hasLiquids
           
 BooleanSetting hasOres
           
 BooleanSetting hasPlants
           
 BooleanSetting hasSediment
           
 int height
           
 int length
           
 java.lang.Long seed
           
 BooleanSetting[] settings
           
 int width
           
 
Constructor Summary
GenProperties()
           
 
Method Summary
 boolean load(java.util.Properties properties)
           
 void parseSeed(java.lang.String title)
           
 void store(java.util.Properties properties)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

generator

public GenType generator

width

public int width

length

public int length

height

public int height

hasLiquids

public BooleanSetting hasLiquids

hasPlants

public BooleanSetting hasPlants

hasSediment

public BooleanSetting hasSediment

hasOres

public BooleanSetting hasOres

hasCaves

public BooleanSetting hasCaves

settings

public BooleanSetting[] settings

seed

public java.lang.Long seed
Constructor Detail

GenProperties

public GenProperties()
Method Detail

load

public boolean load(java.util.Properties properties)

store

public void store(java.util.Properties properties)

parseSeed

public void parseSeed(java.lang.String title)