Uses of Class
net.minecraft.world.gen.carver.ConfiguredCarver
-
Packages that use ConfiguredCarver Package Description net.minecraft.util.registry net.minecraft.world.biome net.minecraft.world.gen.carver net.minecraftforge.common.world -
-
Uses of ConfiguredCarver in net.minecraft.util.registry
Fields in net.minecraft.util.registry with type parameters of type ConfiguredCarver Modifier and Type Field Description static Registry<ConfiguredCarver<?>>WorldGenRegistries. CONFIGURED_CARVERstatic RegistryKey<Registry<ConfiguredCarver<?>>>Registry. CONFIGURED_CARVER_REGISTRY -
Uses of ConfiguredCarver in net.minecraft.world.biome
Fields in net.minecraft.world.biome with type parameters of type ConfiguredCarver Modifier and Type Field Description protected java.util.Map<GenerationStage.Carving,java.util.List<java.util.function.Supplier<ConfiguredCarver<?>>>>BiomeGenerationSettings.Builder. carversprivate java.util.Map<GenerationStage.Carving,java.util.List<java.util.function.Supplier<ConfiguredCarver<?>>>>BiomeGenerationSettings. carversMethods in net.minecraft.world.biome that return types with arguments of type ConfiguredCarver Modifier and Type Method Description java.util.List<java.util.function.Supplier<ConfiguredCarver<?>>>BiomeGenerationSettings. getCarvers(GenerationStage.Carving p_242489_1_)Methods in net.minecraft.world.biome with parameters of type ConfiguredCarver Modifier and Type Method Description <C extends ICarverConfig>
BiomeGenerationSettings.BuilderBiomeGenerationSettings.Builder. addCarver(GenerationStage.Carving p_242512_1_, ConfiguredCarver<C> p_242512_2_)Constructor parameters in net.minecraft.world.biome with type arguments of type ConfiguredCarver Constructor Description BiomeGenerationSettings(java.util.function.Supplier<ConfiguredSurfaceBuilder<?>> p_i241935_1_, java.util.Map<GenerationStage.Carving,java.util.List<java.util.function.Supplier<ConfiguredCarver<?>>>> p_i241935_2_, java.util.List<java.util.List<java.util.function.Supplier<ConfiguredFeature<?,?>>>> p_i241935_3_, java.util.List<java.util.function.Supplier<StructureFeature<?,?>>> p_i241935_4_) -
Uses of ConfiguredCarver in net.minecraft.world.gen.carver
Fields in net.minecraft.world.gen.carver declared as ConfiguredCarver Modifier and Type Field Description static ConfiguredCarver<ProbabilityConfig>ConfiguredCarvers. CANYONstatic ConfiguredCarver<ProbabilityConfig>ConfiguredCarvers. CAVEstatic ConfiguredCarver<ProbabilityConfig>ConfiguredCarvers. NETHER_CAVEstatic ConfiguredCarver<ProbabilityConfig>ConfiguredCarvers. OCEAN_CAVEstatic ConfiguredCarver<ProbabilityConfig>ConfiguredCarvers. UNDERWATER_CANYONstatic ConfiguredCarver<ProbabilityConfig>ConfiguredCarvers. UNDERWATER_CAVEFields in net.minecraft.world.gen.carver with type parameters of type ConfiguredCarver Modifier and Type Field Description static com.mojang.serialization.Codec<java.util.function.Supplier<ConfiguredCarver<?>>>ConfiguredCarver. CODECprivate com.mojang.serialization.Codec<ConfiguredCarver<C>>WorldCarver. configuredCodecstatic com.mojang.serialization.Codec<ConfiguredCarver<?>>ConfiguredCarver. DIRECT_CODECstatic com.mojang.serialization.Codec<java.util.List<java.util.function.Supplier<ConfiguredCarver<?>>>>ConfiguredCarver. LIST_CODECMethods in net.minecraft.world.gen.carver that return ConfiguredCarver Modifier and Type Method Description ConfiguredCarver<C>WorldCarver. configured(C p_242761_1_)private static <WC extends ICarverConfig>
ConfiguredCarver<WC>ConfiguredCarvers. register(java.lang.String p_243773_0_, ConfiguredCarver<WC> p_243773_1_)Methods in net.minecraft.world.gen.carver that return types with arguments of type ConfiguredCarver Modifier and Type Method Description com.mojang.serialization.Codec<ConfiguredCarver<C>>WorldCarver. configuredCodec()Methods in net.minecraft.world.gen.carver with parameters of type ConfiguredCarver Modifier and Type Method Description private static <WC extends ICarverConfig>
ConfiguredCarver<WC>ConfiguredCarvers. register(java.lang.String p_243773_0_, ConfiguredCarver<WC> p_243773_1_) -
Uses of ConfiguredCarver in net.minecraftforge.common.world
Methods in net.minecraftforge.common.world that return types with arguments of type ConfiguredCarver Modifier and Type Method Description java.util.List<java.util.function.Supplier<ConfiguredCarver<?>>>BiomeGenerationSettingsBuilder. getCarvers(GenerationStage.Carving stage)
-