public interface Shaper
Shapes the terrain generation.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static interface 
     
  • Method Summary

    Static Methods
    Modifier and Type
    Method
    Description
    static Shaper
    Returns the vanilla amplified overworld terrain shaper.
    static Shaper
    Returns the vanilla cave overworld terrain shaper.
    static Shaper
    end()
    Returns the vanilla end terrain shaper.
    static Shaper
    Returns the vanilla floating islands overworld terrain shaper.
    static Shaper
    Returns the vanilla nether terrain shaper.
    static Shaper
    Returns the vanilla overworld terrain shaper.
  • Method Details

    • overworld

      static Shaper overworld()
      Returns the vanilla overworld terrain shaper.
      Returns:
      the vanilla overworld terrain shaper.
    • amplified

      static Shaper amplified()
      Returns the vanilla amplified overworld terrain shaper.
      Returns:
      the vanilla amplified overworld terrain shaper.
    • caves

      static Shaper caves()
      Returns the vanilla cave overworld terrain shaper.
      Returns:
      the vanilla cave overworld terrain shaper.
    • floatingIslands

      static Shaper floatingIslands()
      Returns the vanilla floating islands overworld terrain shaper.
      Returns:
      the vanilla floating islands overworld terrain shaper.
    • nether

      static Shaper nether()
      Returns the vanilla nether terrain shaper.
      Returns:
      the vanilla nether terrain shaper.
    • end

      static Shaper end()
      Returns the vanilla end terrain shaper.
      Returns:
      the vanilla end terrain shaper.