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_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 ConfiguredCarver Modifier and Type Field Description private 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 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. CANYON
static ConfiguredCarver<class_6108>
ConfiguredCarvers. CAVE
static ConfiguredCarver<RavineCarverConfig>
ConfiguredCarvers. CRACK
static ConfiguredCarver<class_6108>
ConfiguredCarvers. NETHER_CAVE
static ConfiguredCarver<class_6108>
ConfiguredCarvers. OCEAN_CAVE
static ConfiguredCarver<RavineCarverConfig>
ConfiguredCarvers. OLD_CANYON
static ConfiguredCarver<class_6108>
ConfiguredCarvers. OLD_CAVE
static ConfiguredCarver<class_6108>
ConfiguredCarvers. OLD_OCEAN_CAVE
Fields 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. 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 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)