Interface Shaper.Factory

Enclosing interface:
Shaper

public static interface Shaper.Factory
  • Method Summary

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

    • overworld

      Shaper overworld(boolean amplified)
      Returns the vanilla overworld terrain shaper.
      Parameters:
      amplified - whether the shape amplified terrain
      Returns:
      the vanilla overworld terrain shaper.
    • caves

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

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

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

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