Uses of Class
net.minecraft.world.gen.carver.Carver
Packages that use Carver
-
Uses of Carver in net.minecraft.util.registry
Fields in net.minecraft.util.registry with type parameters of type CarverModifier and TypeFieldDescriptionRegistry.CARVER
static final RegistryKey<Registry<Carver<?>>>
Registry.CARVER_KEY
-
Uses of Carver in net.minecraft.world.gen.carver
Subclasses of Carver in net.minecraft.world.gen.carverModifier and TypeClassDescriptionclass
class
class
class
class
Fields in net.minecraft.world.gen.carver declared as CarverModifier and TypeFieldDescriptionConfiguredCarver.carver
static final Carver<CaveCarverConfig>
Carver.CAVE
static final Carver<CaveCarverConfig>
Carver.NETHER_CAVE
static final Carver<RavineCarverConfig>
Carver.RAVINE
static final Carver<RavineCarverConfig>
Carver.UNDERWATER_CANYON
static final Carver<CaveCarverConfig>
Carver.UNDERWATER_CAVE
Methods in net.minecraft.world.gen.carver with type parameters of type CarverMethods in net.minecraft.world.gen.carver with parameters of type CarverModifier and TypeMethodDescriptionprotected static boolean
UnderwaterCaveCarver.carve
(Carver<?> carver, Chunk chunk, Random random, BlockPos.Mutable pos, BlockPos.Mutable downPos, AquiferSampler sampler) Constructors in net.minecraft.world.gen.carver with parameters of type Carver