Uses of Record Class
net.minecraft.world.gen.carver.ConfiguredCarver
Packages that use ConfiguredCarver
Package
Description
Contains the registry, used to register various in-game components, and related classes.
-
Uses of ConfiguredCarver in net.minecraft.util.registry
Fields in net.minecraft.util.registry with type parameters of type ConfiguredCarverModifier and TypeFieldDescriptionstatic 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,RegistryEntryList<ConfiguredCarver<?>>> GenerationSettings.carversprivate final class_7871<ConfiguredCarver<?>>GenerationSettings.Builder.field_40895private final Map<GenerationStep.Carver,List<RegistryEntry<ConfiguredCarver<?>>>> GenerationSettings.class_7868.field_40896Methods in net.minecraft.world.biome that return types with arguments of type ConfiguredCarverModifier and TypeMethodDescriptionGenerationSettings.getCarversForStep(GenerationStep.Carver carverStep) Method parameters in net.minecraft.world.biome with type arguments of type ConfiguredCarverModifier and TypeMethodDescriptionGenerationSettings.Builder.carver(GenerationStep.Carver carverStep, RegistryKey<ConfiguredCarver<?>> registryKey) GenerationSettings.class_7868.method_46675(GenerationStep.Carver carver, RegistryEntry<ConfiguredCarver<?>> registryEntry) Constructor parameters in net.minecraft.world.biome with type arguments of type ConfiguredCarverModifierConstructorDescription(package private)GenerationSettings(Map<GenerationStep.Carver, RegistryEntryList<ConfiguredCarver<?>>> carvers, List<RegistryEntryList<PlacedFeature>> features) -
Uses of ConfiguredCarver in net.minecraft.world.gen.carver
Fields in net.minecraft.world.gen.carver with type parameters of type ConfiguredCarverModifier and TypeFieldDescriptionstatic final RegistryKey<ConfiguredCarver<?>>ConfiguredCarvers.CANYONstatic final RegistryKey<ConfiguredCarver<?>>ConfiguredCarvers.CAVEstatic final RegistryKey<ConfiguredCarver<?>>ConfiguredCarvers.CAVE_EXTRA_UNDERGROUNDprivate final com.mojang.serialization.Codec<ConfiguredCarver<C>>Carver.codecstatic final com.mojang.serialization.Codec<ConfiguredCarver<?>>ConfiguredCarver.CODECstatic final com.mojang.serialization.Codec<RegistryEntryList<ConfiguredCarver<?>>>ConfiguredCarver.LIST_CODECstatic final RegistryKey<ConfiguredCarver<?>>ConfiguredCarvers.NETHER_CAVEstatic final com.mojang.serialization.Codec<RegistryEntry<ConfiguredCarver<?>>>ConfiguredCarver.REGISTRY_CODECMethods in net.minecraft.world.gen.carver that return ConfiguredCarverMethods in net.minecraft.world.gen.carver that return types with arguments of type ConfiguredCarverModifier and TypeMethodDescriptioncom.mojang.serialization.Codec<ConfiguredCarver<C>>Carver.getCodec()private static RegistryKey<ConfiguredCarver<?>>Method parameters in net.minecraft.world.gen.carver with type arguments of type ConfiguredCarverModifier and TypeMethodDescriptionstatic voidConfiguredCarvers.method_46843(class_7891<ConfiguredCarver<?>> class_7891)