Uses of Class
net.minecraft.world.gen.carver.Carver
-
Uses of Carver in net.minecraft.util.registry
Modifier and TypeFieldDescriptionRegistry.CARVER
static final RegistryKey<Registry<Carver<?>>>
Registry.CARVER_KEY
-
Uses of Carver in net.minecraft.world.gen.carver
Modifier and TypeFieldDescriptionConfiguredCarver.carver
The field for thecarver
record component.static final Carver<CaveCarverConfig>
Carver.CAVE
static final Carver<CaveCarverConfig>
Carver.NETHER_CAVE
static final Carver<RavineCarverConfig>
Carver.RAVINE
Modifier and TypeMethodDescriptionConfiguredCarver.carver()
Returns the value of thecarver
record component.ModifierConstructorDescriptionConfiguredCarver
(Carver<WC> carver, WC config) Creates an instance of aConfiguredCarver
record class.