Uses of Class
net.minecraft.world.gen.carver.WorldCarver
Packages that use WorldCarver
Package
Description
-
Uses of WorldCarver in net.minecraft.util.registry
Fields in net.minecraft.util.registry with type parameters of type WorldCarverModifier 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
Subclasses of WorldCarver in net.minecraft.world.gen.carverModifier and TypeClassDescriptionclass
class
class
class
class
Fields in net.minecraft.world.gen.carver declared as WorldCarverModifier 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
Methods in net.minecraft.world.gen.carver with type parameters of type WorldCarverModifier and TypeMethodDescriptionprivate static <C extends ICarverConfig,
F extends WorldCarver<C>>
FMethods in net.minecraft.world.gen.carver with parameters of type WorldCarverModifier 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_) Constructors in net.minecraft.world.gen.carver with parameters of type WorldCarver -
Uses of WorldCarver in net.minecraftforge.registries
Fields in net.minecraftforge.registries with type parameters of type WorldCarverModifier and TypeFieldDescriptionstatic final RegistryKey<Registry<WorldCarver<?>>>
ForgeRegistries.Keys.WORLD_CARVERS
static final IForgeRegistry<WorldCarver<?>>
ForgeRegistries.WORLD_CARVERS