Class Titan


public final class Titan extends AlienWorld
Class for the Saturnian moon Titan
  • Constructor Details

  • Method Details

    • generateChunk

      protected void generateChunk(@Nonnull org.bukkit.generator.ChunkGenerator.ChunkData chunk, @Nonnull Random random, @Nonnull org.bukkit.generator.WorldInfo world, int chunkX, int chunkZ)
      Description copied from class: AlienWorld
      Generate a chunk
      Specified by:
      generateChunk in class AlienWorld
    • generateSurface

      protected void generateSurface(@Nonnull org.bukkit.generator.ChunkGenerator.ChunkData chunk, @Nonnull Random random, @Nonnull org.bukkit.generator.WorldInfo world, int chunkX, int chunkZ)
      Description copied from class: AlienWorld
      Optionally, generate the surface step of the world
      Overrides:
      generateSurface in class AlienWorld
    • getBiomeProvider

      @Nonnull protected org.bukkit.generator.BiomeProvider getBiomeProvider(@Nonnull org.bukkit.generator.WorldInfo info)
      Description copied from class: AlienWorld
      Get the BiomeProvider for this world
      Overrides:
      getBiomeProvider in class AlienWorld
      Returns:
      the BiomeProvider for this world, or null for vanilla biomes
    • getPopulators

      public void getPopulators(@Nonnull List<org.bukkit.generator.BlockPopulator> populators)
      Description copied from class: AlienWorld
      Add all chunk populators to this list
      Specified by:
      getPopulators in class AlienWorld