com.cliffblaster.game.level.gen
Class GenProperties
java.lang.Object
com.cliffblaster.game.level.gen.GenProperties
public class GenProperties
- extends java.lang.Object
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 |
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
GenProperties
public GenProperties()
load
public boolean load(java.util.Properties properties)
store
public void store(java.util.Properties properties)
parseSeed
public void parseSeed(java.lang.String title)