Uses of Record Class
net.minecraft.world.gen.carver.ConfiguredCarver
Packages that use ConfiguredCarver
-
Uses of ConfiguredCarver in net.minecraft.registry
Fields in net.minecraft.registry with type parameters of type ConfiguredCarverModifier and TypeFieldDescriptionstatic final RegistryKey<Registry<ConfiguredCarver<?>>>
RegistryKeys.CONFIGURED_CARVER
-
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.carvers
private final Map<GenerationStep.Carver,
List<RegistryEntry<ConfiguredCarver<?>>>> GenerationSettings.Builder.carverStepsToCarvers
private final RegistryEntryLookup<ConfiguredCarver<?>>
GenerationSettings.LookupBackedBuilder.configuredCarverLookup
Methods 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, RegistryEntry<ConfiguredCarver<?>> carverEntry) GenerationSettings.LookupBackedBuilder.carver
(GenerationStep.Carver carverStep, RegistryKey<ConfiguredCarver<?>> carverKey) 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.CANYON
static final RegistryKey<ConfiguredCarver<?>>
ConfiguredCarvers.CAVE
static final RegistryKey<ConfiguredCarver<?>>
ConfiguredCarvers.CAVE_EXTRA_UNDERGROUND
private final com.mojang.serialization.Codec<ConfiguredCarver<C>>
Carver.codec
static final com.mojang.serialization.Codec<ConfiguredCarver<?>>
ConfiguredCarver.CODEC
static final com.mojang.serialization.Codec<RegistryEntryList<ConfiguredCarver<?>>>
ConfiguredCarver.LIST_CODEC
static final RegistryKey<ConfiguredCarver<?>>
ConfiguredCarvers.NETHER_CAVE
static final com.mojang.serialization.Codec<RegistryEntry<ConfiguredCarver<?>>>
ConfiguredCarver.REGISTRY_CODEC
Methods 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 void
ConfiguredCarvers.bootstrap
(Registerable<ConfiguredCarver<?>> carverRegisterable)