| Package | Description |
|---|---|
| net.minecraft.world.biome | |
| net.minecraft.world.gen.carver | |
| net.minecraft.world.gen.feature |
| Modifier and Type | Method and Description |
|---|---|
<C extends ICarverConfig> |
Biome.addCarver(GenerationStage.Carving stage,
ConfiguredCarver<C> carver) |
static <C extends ICarverConfig> |
Biome.createCarver(WorldCarver<C> carver,
C config) |
| Modifier and Type | Class and Description |
|---|---|
class |
ConfiguredCarver<WC extends ICarverConfig> |
class |
WorldCarver<C extends ICarverConfig> |
| Modifier and Type | Class and Description |
|---|---|
class |
EmptyCarverConfig |
| Modifier and Type | Field and Description |
|---|---|
WC |
ConfiguredCarver.config |
| Modifier and Type | Method and Description |
|---|---|
private static <C extends ICarverConfig,F extends WorldCarver<C>> |
WorldCarver.register(java.lang.String key,
F carver) |
| Modifier and Type | Class and Description |
|---|---|
class |
ProbabilityConfig |