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 Registry<ConfiguredCarver<?>>
BuiltinRegistries.CONFIGURED_CARVER
static 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 Map<GenerationStep.Carver,List<Supplier<ConfiguredCarver<?>>>>
GenerationSettings.Builder.carvers
private 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 ConfiguredCarverModifierConstructorDescriptionprivate
GenerationSettings(Supplier<ConfiguredSurfaceBuilder<?>> surfaceBuilder, Map<GenerationStep.Carver,List<Supplier<ConfiguredCarver<?>>>> carvers, List<List<Supplier<ConfiguredFeature<?,?>>>> features, List<Supplier<ConfiguredStructureFeature<?,?>>> structureFeatures)
-
Uses of ConfiguredCarver in net.minecraft.world.gen.carver
Fields in net.minecraft.world.gen.carver declared as ConfiguredCarverModifier and TypeFieldDescriptionstatic ConfiguredCarver<RavineCarverConfig>
ConfiguredCarvers.CANYON
static ConfiguredCarver<CaveCarverConfig>
ConfiguredCarvers.CAVE
static ConfiguredCarver<CaveCarverConfig>
ConfiguredCarvers.NETHER_CAVE
static ConfiguredCarver<CaveCarverConfig>
ConfiguredCarvers.OCEAN_CAVE
static ConfiguredCarver<RavineCarverConfig>
ConfiguredCarvers.PROTOTYPE_CANYON
static ConfiguredCarver<CaveCarverConfig>
ConfiguredCarvers.PROTOTYPE_CAVE
static ConfiguredCarver<RavineCarverConfig>
ConfiguredCarvers.PROTOTYPE_CRACK
static ConfiguredCarver<CaveCarverConfig>
ConfiguredCarvers.PROTOTYPE_OCEAN_CAVE
static ConfiguredCarver<RavineCarverConfig>
ConfiguredCarvers.UNDERWATER_CANYON
static ConfiguredCarver<CaveCarverConfig>
ConfiguredCarvers.UNDERWATER_CAVE
Fields in net.minecraft.world.gen.carver with type parameters of type ConfiguredCarverModifier and TypeFieldDescriptionprivate com.mojang.serialization.Codec<ConfiguredCarver<C>>
Carver.codec
static com.mojang.serialization.Codec<ConfiguredCarver<?>>
ConfiguredCarver.CODEC
static com.mojang.serialization.Codec<List<Supplier<ConfiguredCarver<?>>>>
ConfiguredCarver.LIST_CODEC
static 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)