Uses of Class
net.minecraft.world.level.levelgen.carver.WorldCarver
Package
Description
-
Uses of WorldCarver in net.minecraft.core
Modifier and TypeFieldDescriptionstatic Registry<WorldCarver<?>>
Registry.CARVER
Deprecated.static ResourceKey<Registry<WorldCarver<?>>>
Registry.CARVER_REGISTRY
-
Uses of WorldCarver in net.minecraft.world.level.levelgen.carver
Modifier and TypeClassDescriptionclass
class
class
class
class
Modifier and TypeFieldDescriptionstatic WorldCarver<CanyonCarverConfiguration>
WorldCarver.CANYON
static WorldCarver<CaveCarverConfiguration>
WorldCarver.CAVE
static WorldCarver<CaveCarverConfiguration>
WorldCarver.NETHER_CAVE
static WorldCarver<CanyonCarverConfiguration>
WorldCarver.UNDERWATER_CANYON
static WorldCarver<CaveCarverConfiguration>
WorldCarver.UNDERWATER_CAVE
private WorldCarver<WC>
ConfiguredWorldCarver.worldCarver
Modifier and TypeMethodDescriptionprivate static <C extends CarverConfiguration, F extends WorldCarver<C>>
FModifier and TypeMethodDescriptionprotected static boolean
UnderwaterCaveWorldCarver.carveBlock(WorldCarver<?> p_159358_, ChunkAccess p_159359_, Random p_159360_, BlockPos.MutableBlockPos p_159361_, BlockPos.MutableBlockPos p_159362_, Aquifer p_159363_)
-
Uses of WorldCarver in net.minecraftforge.registries
Modifier and TypeFieldDescriptionstatic ResourceKey<Registry<WorldCarver<?>>>
ForgeRegistries.Keys.WORLD_CARVERS
static IForgeRegistry<WorldCarver<?>>
ForgeRegistries.WORLD_CARVERS