Class WGParams
java.lang.Object
zombie.iso.worldgen.WGParams
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionint
int
int
int
getRandom
(int arg0, int arg1) getRandom
(int arg0, int arg1, long arg2) long
getSeed()
load()
void
save()
void
setMaxXCell
(int arg0) void
setMaxYCell
(int arg0) void
setMinXCell
(int arg0) void
setMinYCell
(int arg0) void
setSeedString
(String arg0)
-
Field Details
-
instance
-
-
Method Details
-
getSeedString
-
setSeedString
-
getSeed
public long getSeed() -
getRandom
-
getRandom
-
getMinXCell
public int getMinXCell() -
setMinXCell
public void setMinXCell(int arg0) -
getMinYCell
public int getMinYCell() -
setMinYCell
public void setMinYCell(int arg0) -
getMaxXCell
public int getMaxXCell() -
setMaxXCell
public void setMaxXCell(int arg0) -
getMaxYCell
public int getMaxYCell() -
setMaxYCell
public void setMaxYCell(int arg0) -
save
public void save() -
load
-