Interface Shaper
public interface Shaper
Shapes the terrain generation.
-
Nested Class Summary
Nested Classes -
Method Summary
Static MethodsModifier and TypeMethodDescriptionstatic ShaperReturns the vanilla amplified overworld terrain shaper.static Shapercaves()Returns the vanilla cave overworld terrain shaper.static Shaperend()Returns the vanilla end terrain shaper.static ShaperReturns the vanilla floating islands overworld terrain shaper.static Shapernether()Returns the vanilla nether terrain shaper.static ShaperReturns 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.
-