Uses of Class
net.minecraft.world.gen.carver.ConfiguredCarver
Packages that use ConfiguredCarver
Package
Description
-
Uses of ConfiguredCarver in net.minecraft.util.registry
Fields in net.minecraft.util.registry with type parameters of type ConfiguredCarverModifier and TypeFieldDescriptionstatic final Registry<ConfiguredCarver<?>>
BuiltinRegistries.CONFIGURED_CARVER
static final RegistryKey<Registry<ConfiguredCarver<?>>>
Registry.CONFIGURED_CARVER_KEY
-
Uses of ConfiguredCarver in net.minecraft.world.biome
Fields in net.minecraft.world.biome with type parameters of type ConfiguredCarverModifier and TypeFieldDescriptionprivate final Map<GenerationStep.Carver,
List<Supplier<ConfiguredCarver<?>>>> GenerationSettings.Builder.carvers
private final Map<GenerationStep.Carver,
List<Supplier<ConfiguredCarver<?>>>> GenerationSettings.carvers
Methods in net.minecraft.world.biome that return types with arguments of type ConfiguredCarverModifier and TypeMethodDescriptionList<Supplier<ConfiguredCarver<?>>>
GenerationSettings.getCarversForStep
(GenerationStep.Carver carverStep) Methods in net.minecraft.world.biome with parameters of type ConfiguredCarverModifier and TypeMethodDescription<C extends CarverConfig>
GenerationSettings.BuilderGenerationSettings.Builder.carver
(GenerationStep.Carver carverStep, ConfiguredCarver<C> carver) Constructor parameters in net.minecraft.world.biome with type arguments of type ConfiguredCarverModifierConstructorDescription(package private)
GenerationSettings
(Map<GenerationStep.Carver, List<Supplier<ConfiguredCarver<?>>>> carvers, List<List<Supplier<PlacedFeature>>> features) -
Uses of ConfiguredCarver in net.minecraft.world.gen.carver
Fields in net.minecraft.world.gen.carver declared as ConfiguredCarverModifier and TypeFieldDescriptionstatic final ConfiguredCarver<RavineCarverConfig>
ConfiguredCarvers.CANYON
static final ConfiguredCarver<CaveCarverConfig>
ConfiguredCarvers.CAVE
static final ConfiguredCarver<CaveCarverConfig>
ConfiguredCarvers.CAVE_EXTRA_UNDERGROUND
static final ConfiguredCarver<CaveCarverConfig>
ConfiguredCarvers.NETHER_CAVE
Fields in net.minecraft.world.gen.carver with type parameters of type ConfiguredCarverModifier and TypeFieldDescriptionprivate final com.mojang.serialization.Codec<ConfiguredCarver<C>>
Carver.codec
static final com.mojang.serialization.Codec<ConfiguredCarver<?>>
ConfiguredCarver.CODEC
static final com.mojang.serialization.Codec<List<Supplier<ConfiguredCarver<?>>>>
ConfiguredCarver.LIST_CODEC
static final com.mojang.serialization.Codec<Supplier<ConfiguredCarver<?>>>
ConfiguredCarver.REGISTRY_CODEC
Methods in net.minecraft.world.gen.carver that return ConfiguredCarverModifier and TypeMethodDescriptionprivate static <WC extends CarverConfig>
ConfiguredCarver<WC>ConfiguredCarvers.register
(String id, ConfiguredCarver<WC> configuredCarver) Methods in net.minecraft.world.gen.carver that return types with arguments of type ConfiguredCarverModifier and TypeMethodDescriptioncom.mojang.serialization.Codec<ConfiguredCarver<C>>
Carver.getCodec()
Methods in net.minecraft.world.gen.carver with parameters of type ConfiguredCarverModifier and TypeMethodDescriptionprivate static <WC extends CarverConfig>
ConfiguredCarver<WC>ConfiguredCarvers.register
(String id, ConfiguredCarver<WC> configuredCarver)