Uses of Class
net.minecraft.world.gen.carver.WorldCarver
Package
Description
-
Uses of WorldCarver in net.minecraft.util.registry
Modifier and TypeFieldDescriptionstatic final Registry<WorldCarver<?>>
Registry.CARVER
Deprecated.static final RegistryKey<Registry<WorldCarver<?>>>
Registry.CARVER_REGISTRY
-
Uses of WorldCarver in net.minecraft.world.gen.carver
Modifier and TypeClassDescriptionclass
class
class
class
class
Modifier and TypeFieldDescriptionstatic final WorldCarver<ProbabilityConfig>
WorldCarver.CANYON
static final WorldCarver<ProbabilityConfig>
WorldCarver.CAVE
static final WorldCarver<ProbabilityConfig>
WorldCarver.NETHER_CAVE
static final WorldCarver<ProbabilityConfig>
WorldCarver.UNDERWATER_CANYON
static final WorldCarver<ProbabilityConfig>
WorldCarver.UNDERWATER_CAVE
private final WorldCarver<WC>
ConfiguredCarver.worldCarver
Modifier and TypeMethodDescriptionprivate static <C extends ICarverConfig,
F extends WorldCarver<C>>
FModifier and TypeMethodDescriptionprotected static boolean
UnderwaterCaveWorldCarver.carveBlock
(WorldCarver<?> p_222728_0_, IChunk p_222728_1_, BitSet p_222728_2_, Random p_222728_3_, BlockPos.Mutable p_222728_4_, int p_222728_5_, int p_222728_6_, int p_222728_7_, int p_222728_8_, int p_222728_9_, int p_222728_10_, int p_222728_11_, int p_222728_12_) -
Uses of WorldCarver in net.minecraftforge.registries
Modifier and TypeFieldDescriptionstatic final RegistryKey<Registry<WorldCarver<?>>>
ForgeRegistries.Keys.WORLD_CARVERS
static final IForgeRegistry<WorldCarver<?>>
ForgeRegistries.WORLD_CARVERS