Class Carvers
java.lang.Object
dev.wyck.wrapper.worldgen.carver.Carvers
Typed references to the built-in configured carvers registered by vanilla.
Each constant resolves, at conversion time, the corresponding entry in the
CONFIGURED_CARVER registry. Mirror of: net.minecraft.data.worldgen.Carvers.- Since:
- 2.3.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ConfiguredWorldCarverThe overworld canyon (ravine, etc.) carver.static final ConfiguredWorldCarverThe overworld cave carver.static final ConfiguredWorldCarverA sparser overworld cave carver.static final ConfiguredWorldCarverThe nether cave carver. -
Method Summary
-
Field Details
-
CAVE
The overworld cave carver. -
CAVE_EXTRA_UNDERGROUND
A sparser overworld cave carver. -
CANYON
The overworld canyon (ravine, etc.) carver. -
NETHER_CAVE
The nether cave carver.
-