Uses of Class
net.minecraft.world.level.levelgen.carver.WorldCarver
Package
Description
-
Uses of WorldCarver in net.minecraft.core
Modifier and TypeFieldDescriptionstatic final Registry<WorldCarver<?>>
Registry.CARVER
Deprecated.static final ResourceKey<Registry<WorldCarver<?>>>
Registry.CARVER_REGISTRY
-
Uses of WorldCarver in net.minecraft.world.level.levelgen.carver
Modifier and TypeClassDescriptionclass
class
class
Modifier and TypeFieldDescriptionstatic final WorldCarver<CanyonCarverConfiguration>
WorldCarver.CANYON
static final WorldCarver<CaveCarverConfiguration>
WorldCarver.CAVE
static final WorldCarver<CaveCarverConfiguration>
WorldCarver.NETHER_CAVE
private final WorldCarver<WC>
ConfiguredWorldCarver.worldCarver
The field for theworldCarver
record component.Modifier and TypeMethodDescriptionprivate static <C extends CarverConfiguration,
F extends WorldCarver<C>>
FModifier and TypeMethodDescriptionConfiguredWorldCarver.worldCarver()
Returns the value of theworldCarver
record component.ModifierConstructorDescriptionConfiguredWorldCarver
(WorldCarver<WC> worldCarver, WC config) Creates an instance of aConfiguredWorldCarver
record class. -
Uses of WorldCarver in net.minecraftforge.registries
Modifier and TypeFieldDescriptionstatic final ResourceKey<Registry<WorldCarver<?>>>
ForgeRegistries.Keys.WORLD_CARVERS
static final IForgeRegistry<WorldCarver<?>>
ForgeRegistries.WORLD_CARVERS