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_CARVER
static 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. carvers
private java.util.Map<GenerationStage.Carving,java.util.List<java.util.function.Supplier<ConfiguredCarver<?>>>>
BiomeGenerationSettings. carvers
Methods 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. CANYON
static ConfiguredCarver<ProbabilityConfig>
ConfiguredCarvers. CAVE
static ConfiguredCarver<ProbabilityConfig>
ConfiguredCarvers. NETHER_CAVE
static ConfiguredCarver<ProbabilityConfig>
ConfiguredCarvers. OCEAN_CAVE
static ConfiguredCarver<ProbabilityConfig>
ConfiguredCarvers. UNDERWATER_CANYON
static ConfiguredCarver<ProbabilityConfig>
ConfiguredCarvers. UNDERWATER_CAVE
Fields 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. CODEC
private com.mojang.serialization.Codec<ConfiguredCarver<C>>
WorldCarver. configuredCodec
static com.mojang.serialization.Codec<ConfiguredCarver<?>>
ConfiguredCarver. DIRECT_CODEC
static com.mojang.serialization.Codec<java.util.List<java.util.function.Supplier<ConfiguredCarver<?>>>>
ConfiguredCarver. LIST_CODEC
Methods 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)
-