Class AlienBiomes

java.lang.Object
com.github.yellowstonegames.world.AlienBiomes

@Beta public class AlienBiomes extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static com.github.yellowstonegames.place.Biome[]
    generateAlienBiomeTable(com.github.tommyettinger.random.EnhancedRandom random, com.github.yellowstonegames.text.Language namer, int liquidAmount, int liquidColorOklab, int barrenColorOklab, int lifeColorOklab)
     

    Methods inherited from class Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • AlienBiomes

      public AlienBiomes()
  • Method Details

    • generateAlienBiomeTable

      public static com.github.yellowstonegames.place.Biome[] generateAlienBiomeTable(com.github.tommyettinger.random.EnhancedRandom random, com.github.yellowstonegames.text.Language namer, int liquidAmount, int liquidColorOklab, int barrenColorOklab, int lifeColorOklab)