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 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 Carver<CaveCarverConfig>
Carver.CAVE
static Carver<CaveCarverConfig>
Carver.NETHER_CAVE
static Carver<RavineCarverConfig>
Carver.RAVINE
static Carver<RavineCarverConfig>
Carver.UNDERWATER_CANYON
static 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.method_36215(Carver<?> carver, Chunk chunk, Random random, BlockPos.Mutable mutable, BlockPos.Mutable mutable2, int int2)
Constructors in net.minecraft.world.gen.carver with parameters of type Carver