Interface Shaper
public interface Shaper
Shapes the terrain generation.
- 
Nested Class SummaryNested Classes
- 
Method SummaryStatic 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- 
overworldReturns the vanilla overworld terrain shaper.- Returns:
- the vanilla overworld terrain shaper.
 
- 
amplifiedReturns the vanilla amplified overworld terrain shaper.- Returns:
- the vanilla amplified overworld terrain shaper.
 
- 
cavesReturns the vanilla cave overworld terrain shaper.- Returns:
- the vanilla cave overworld terrain shaper.
 
- 
floatingIslandsReturns the vanilla floating islands overworld terrain shaper.- Returns:
- the vanilla floating islands overworld terrain shaper.
 
- 
netherReturns the vanilla nether terrain shaper.- Returns:
- the vanilla nether terrain shaper.
 
- 
endReturns the vanilla end terrain shaper.- Returns:
- the vanilla end terrain shaper.
 
 
-