Uses of Class
net.minecraft.world.gen.carver.Carver
Packages that use Carver
Package
Description
The base package for all Minecraft classes.
-
Uses of Carver in net.minecraft
Fields in net.minecraft with type parameters of type CarverModifier and TypeFieldDescriptionstatic final RegistryKey<Registry<Carver<?>>>class_7924.CARVER_WORLDGENclass_7923.field_41143 -
Uses of Carver in net.minecraft.world.gen.carver
Subclasses of Carver in net.minecraft.world.gen.carverFields in net.minecraft.world.gen.carver declared as CarverModifier and TypeFieldDescriptionConfiguredCarver.carverThe field for thecarverrecord component.static final Carver<CaveCarverConfig>Carver.CAVEstatic final Carver<CaveCarverConfig>Carver.NETHER_CAVEstatic final Carver<RavineCarverConfig>Carver.RAVINEMethods in net.minecraft.world.gen.carver with type parameters of type CarverMethods in net.minecraft.world.gen.carver that return CarverModifier and TypeMethodDescriptionConfiguredCarver.carver()Returns the value of thecarverrecord component.Constructors in net.minecraft.world.gen.carver with parameters of type CarverModifierConstructorDescriptionConfiguredCarver(Carver<WC> carver, WC config) Creates an instance of aConfiguredCarverrecord class.