Class WorldGenParams

java.lang.Object
zombie.iso.worldgen.WorldGenParams

public class WorldGenParams extends Object
  • Field Details

  • Method Details

    • getSeedString

      public String getSeedString()
    • setSeedString

      public void setSeedString(String seedString)
    • getSeed

      public long getSeed()
    • getRandom

      public Random getRandom(int wx, int wy)
    • getRandom

      public Random getRandom(int wx, int wy, long offset)
    • getMinXCell

      public int getMinXCell()
    • setMinXCell

      public void setMinXCell(int minXCell)
    • getMinYCell

      public int getMinYCell()
    • setMinYCell

      public void setMinYCell(int minYCell)
    • getMaxXCell

      public int getMaxXCell()
    • setMaxXCell

      public void setMaxXCell(int maxXCell)
    • getMaxYCell

      public int getMaxYCell()
    • setMaxYCell

      public void setMaxYCell(int maxYCell)
    • save

      public void save()
    • load

      public WorldGenParams.Result load()