Uses of Class
net.minecraft.world.level.levelgen.carver.WorldCarver
Packages that use WorldCarver
Package
Description
-
Uses of WorldCarver in net.minecraft.core.registries
Fields in net.minecraft.core.registries with type parameters of type WorldCarverModifier and TypeFieldDescriptionstatic final Registry<WorldCarver<?>>
BuiltInRegistries.CARVER
Deprecated.static final ResourceKey<Registry<WorldCarver<?>>>
Registries.CARVER
-
Uses of WorldCarver in net.minecraft.world.level.levelgen.carver
Subclasses of WorldCarver in net.minecraft.world.level.levelgen.carverModifier and TypeClassDescriptionclass
class
class
Fields in net.minecraft.world.level.levelgen.carver declared as WorldCarverModifier and TypeFieldDescriptionstatic final WorldCarver<CanyonCarverConfiguration>
WorldCarver.CANYON
static final WorldCarver<CaveCarverConfiguration>
WorldCarver.CAVE
static final WorldCarver<CaveCarverConfiguration>
WorldCarver.NETHER_CAVE
private final WorldCarver<WC>
ConfiguredWorldCarver.worldCarver
The field for theworldCarver
record component.Methods in net.minecraft.world.level.levelgen.carver with type parameters of type WorldCarverModifier and TypeMethodDescriptionprivate static <C extends CarverConfiguration,
F extends WorldCarver<C>>
FMethods in net.minecraft.world.level.levelgen.carver that return WorldCarverModifier and TypeMethodDescriptionConfiguredWorldCarver.worldCarver()
Returns the value of theworldCarver
record component.Constructors in net.minecraft.world.level.levelgen.carver with parameters of type WorldCarverModifierConstructorDescriptionConfiguredWorldCarver
(WorldCarver<WC> worldCarver, WC config) Creates an instance of aConfiguredWorldCarver
record class. -
Uses of WorldCarver in net.minecraftforge.registries
Fields in net.minecraftforge.registries with type parameters of type WorldCarverModifier and TypeFieldDescriptionstatic final ResourceKey<Registry<WorldCarver<?>>>
ForgeRegistries.Keys.WORLD_CARVERS
static final IForgeRegistry<WorldCarver<?>>
ForgeRegistries.WORLD_CARVERS
ForgeRegistries.WORLD_CARVERS
instead.