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_CARVERstatic 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.carversprivate final Map<GenerationStep.Carver,List<Supplier<ConfiguredCarver<?>>>> GenerationSettings.carversMethods 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(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 final ConfiguredCarver<RavineCarverConfig>ConfiguredCarvers.CANYONstatic final ConfiguredCarver<CaveCarverConfig>ConfiguredCarvers.CAVEstatic final ConfiguredCarver<CaveCarverConfig>ConfiguredCarvers.NETHER_CAVEstatic final ConfiguredCarver<CaveCarverConfig>ConfiguredCarvers.OCEAN_CAVEstatic final ConfiguredCarver<RavineCarverConfig>ConfiguredCarvers.PROTOTYPE_CANYONstatic final ConfiguredCarver<CaveCarverConfig>ConfiguredCarvers.PROTOTYPE_CAVEstatic final ConfiguredCarver<RavineCarverConfig>ConfiguredCarvers.PROTOTYPE_CREVICEstatic final ConfiguredCarver<RavineCarverConfig>ConfiguredCarvers.UNDERWATER_CANYONstatic final ConfiguredCarver<CaveCarverConfig>ConfiguredCarvers.UNDERWATER_CAVEFields in net.minecraft.world.gen.carver with type parameters of type ConfiguredCarverModifier and TypeFieldDescriptionprivate final com.mojang.serialization.Codec<ConfiguredCarver<C>>Carver.codecstatic final com.mojang.serialization.Codec<ConfiguredCarver<?>>ConfiguredCarver.CODECstatic final com.mojang.serialization.Codec<List<Supplier<ConfiguredCarver<?>>>>ConfiguredCarver.LIST_CODECstatic final com.mojang.serialization.Codec<Supplier<ConfiguredCarver<?>>>ConfiguredCarver.REGISTRY_CODECMethods 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)