Interface Shaper
public interface Shaper
Shapes the terrain generation.
-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic Shaper
Returns the vanilla amplified overworld terrain shaper.static Shaper
caves()
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
nether()
Returns the vanilla nether terrain shaper.static Shaper
Returns the vanilla overworld terrain shaper.
-
Method Details
-
overworld
Returns the vanilla overworld terrain shaper.- Returns:
- the vanilla overworld terrain shaper.
-
amplified
Returns the vanilla amplified overworld terrain shaper.- Returns:
- the vanilla amplified overworld terrain shaper.
-
caves
Returns the vanilla cave overworld terrain shaper.- Returns:
- the vanilla cave overworld terrain shaper.
-
floatingIslands
Returns the vanilla floating islands overworld terrain shaper.- Returns:
- the vanilla floating islands overworld terrain shaper.
-
nether
Returns the vanilla nether terrain shaper.- Returns:
- the vanilla nether terrain shaper.
-
end
Returns the vanilla end terrain shaper.- Returns:
- the vanilla end terrain shaper.
-