Uses of Class
net.minecraft.world.gen.carver.ConfiguredCarver
| Package | Description |
|---|---|
| net.minecraft.util.registry | |
| net.minecraft.world.biome | |
| net.minecraft.world.gen.carver |
-
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<?>>BuiltinRegistries. CONFIGURED_CARVERstatic 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 ConfiguredCarver Modifier and Type Field Description private Map<GenerationStep.Carver,List<Supplier<ConfiguredCarver<?>>>>GenerationSettings.Builder. carversprivate Map<GenerationStep.Carver,List<Supplier<ConfiguredCarver<?>>>>GenerationSettings. carversMethods in net.minecraft.world.biome that return types with arguments of type ConfiguredCarver Modifier and Type Method Description List<Supplier<ConfiguredCarver<?>>>GenerationSettings. getCarversForStep(GenerationStep.Carver carverStep)Methods in net.minecraft.world.biome with parameters of type ConfiguredCarver Modifier and Type Method Description <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 ConfiguredCarver Constructor Description 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 ConfiguredCarver Modifier and Type Field Description static ConfiguredCarver<RavineCarverConfig>ConfiguredCarvers. CANYONstatic ConfiguredCarver<class_6108>ConfiguredCarvers. CAVEstatic ConfiguredCarver<RavineCarverConfig>ConfiguredCarvers. CRACKstatic ConfiguredCarver<class_6108>ConfiguredCarvers. NETHER_CAVEstatic ConfiguredCarver<class_6108>ConfiguredCarvers. OCEAN_CAVEstatic ConfiguredCarver<RavineCarverConfig>ConfiguredCarvers. OLD_CANYONstatic ConfiguredCarver<class_6108>ConfiguredCarvers. OLD_CAVEstatic ConfiguredCarver<class_6108>ConfiguredCarvers. OLD_OCEAN_CAVEFields in net.minecraft.world.gen.carver with type parameters of type ConfiguredCarver Modifier and Type Field Description private com.mojang.serialization.Codec<ConfiguredCarver<C>>Carver. codecstatic com.mojang.serialization.Codec<ConfiguredCarver<?>>ConfiguredCarver. CODECstatic com.mojang.serialization.Codec<List<Supplier<ConfiguredCarver<?>>>>ConfiguredCarver. LIST_CODECstatic com.mojang.serialization.Codec<Supplier<ConfiguredCarver<?>>>ConfiguredCarver. REGISTRY_CODECMethods in net.minecraft.world.gen.carver that return ConfiguredCarver Modifier and Type Method Description ConfiguredCarver<C>Carver. configure(C config)private 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 ConfiguredCarver Modifier and Type Method Description com.mojang.serialization.Codec<ConfiguredCarver<C>>Carver. getCodec()Methods in net.minecraft.world.gen.carver with parameters of type ConfiguredCarver Modifier and Type Method Description private static <WC extends CarverConfig>
ConfiguredCarver<WC>ConfiguredCarvers. register(String id, ConfiguredCarver<WC> configuredCarver)