Class WGParams

java.lang.Object
zombie.iso.worldgen.WGParams

public class WGParams extends Object
  • Field Details

    • instance

      public static WGParams instance
  • Method Details

    • getSeedString

      public String getSeedString()
    • setSeedString

      public void setSeedString(String arg0)
    • getSeed

      public long getSeed()
    • getRandom

      public Random getRandom(int arg0, int arg1)
    • getRandom

      public Random getRandom(int arg0, int arg1, long arg2)
    • 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

      public WGParams.Result load()