Package | Description |
---|---|
net.minecraft.world.biome |
Modifier and Type | Field and Description |
---|---|
protected java.util.Map<GenerationStage.Carving,java.util.List<ConfiguredCarver<?>>> |
Biome.carvers |
Modifier and Type | Method and Description |
---|---|
static <C extends ICarverConfig> |
Biome.createCarver(WorldCarver<C> carver,
C config) |
Modifier and Type | Method and Description |
---|---|
java.util.List<ConfiguredCarver<?>> |
Biome.getCarvers(GenerationStage.Carving stage) |
Modifier and Type | Method and Description |
---|---|
<C extends ICarverConfig> |
Biome.addCarver(GenerationStage.Carving stage,
ConfiguredCarver<C> carver) |