Uses of Interface
net.minecraft.world.level.levelgen.carver.WorldCarver
Packages that use WorldCarver
Package
Description
-
Uses of WorldCarver in net.minecraft.core.registries
Fields in net.minecraft.core.registries with type parameters of type WorldCarverModifier and TypeFieldDescriptionstatic final ResourceKey<Registry<WorldCarver>> Registries.CARVERstatic final Registry<com.mojang.serialization.MapCodec<? extends WorldCarver>> BuiltInRegistries.CARVER_TYPEstatic final ResourceKey<Registry<com.mojang.serialization.MapCodec<? extends WorldCarver>>> Registries.CARVER_TYPE -
Uses of WorldCarver in net.minecraft.data.worldgen
Fields in net.minecraft.data.worldgen with type parameters of type WorldCarverModifier and TypeFieldDescriptionstatic final ResourceKey<WorldCarver> Carvers.CANYONstatic final ResourceKey<WorldCarver> Carvers.CAVEstatic final ResourceKey<WorldCarver> Carvers.CAVE_EXTRA_UNDERGROUNDstatic final ResourceKey<WorldCarver> Carvers.NETHER_CAVEMethods in net.minecraft.data.worldgen that return types with arguments of type WorldCarverMethod parameters in net.minecraft.data.worldgen with type arguments of type WorldCarverModifier and TypeMethodDescriptionstatic voidCarvers.bootstrap(BootstrapContext<WorldCarver> context) -
Uses of WorldCarver in net.minecraft.world.level.biome
Fields in net.minecraft.world.level.biome with type parameters of type WorldCarverModifier and TypeFieldDescriptionprivate final HolderSet<WorldCarver> BiomeGenerationSettings.carversprotected final List<Holder<WorldCarver>> BiomeGenerationSettings.PlainBuilder.carversprivate final HolderGetter<WorldCarver> BiomeGenerationSettings.Builder.worldCarversMethods in net.minecraft.world.level.biome that return types with arguments of type WorldCarverMethod parameters in net.minecraft.world.level.biome with type arguments of type WorldCarverModifier and TypeMethodDescriptionBiomeGenerationSettings.Builder.addCarver(ResourceKey<WorldCarver> carver) BiomeGenerationSettings.PlainBuilder.addCarver(Holder<WorldCarver> carver) Constructor parameters in net.minecraft.world.level.biome with type arguments of type WorldCarverModifierConstructorDescriptionBiomeGenerationSettings(HolderSet<WorldCarver> carvers, List<HolderSet<PlacedFeature>> features) -
Uses of WorldCarver in net.minecraft.world.level.levelgen.carver
Classes in net.minecraft.world.level.levelgen.carver that implement WorldCarverFields in net.minecraft.world.level.levelgen.carver with type parameters of type WorldCarverModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<Holder<WorldCarver>> WorldCarver.CODECstatic final com.mojang.serialization.Codec<WorldCarver> WorldCarver.DIRECT_CODECstatic final com.mojang.serialization.Codec<HolderSet<WorldCarver>> WorldCarver.LIST_CODECMethods in net.minecraft.world.level.levelgen.carver that return types with arguments of type WorldCarverModifier and TypeMethodDescriptionstatic com.mojang.serialization.MapCodec<? extends WorldCarver> WorldCarverTypes.bootstrap(Registry<com.mojang.serialization.MapCodec<? extends WorldCarver>> registry) com.mojang.serialization.MapCodec<? extends WorldCarver> WorldCarver.codec()Method parameters in net.minecraft.world.level.levelgen.carver with type arguments of type WorldCarverModifier and TypeMethodDescriptionstatic com.mojang.serialization.MapCodec<? extends WorldCarver> WorldCarverTypes.bootstrap(Registry<com.mojang.serialization.MapCodec<? extends WorldCarver>> registry) -
Uses of WorldCarver in net.neoforged.neoforge.common.world
Fields in net.neoforged.neoforge.common.world with type parameters of type WorldCarverModifier and TypeFieldDescriptionprivate final HolderSet<WorldCarver> BiomeModifiers.AddCarversBiomeModifier.carversThe field for thecarversrecord component.private final HolderSet<WorldCarver> BiomeModifiers.RemoveCarversBiomeModifier.carversThe field for thecarversrecord component.Methods in net.neoforged.neoforge.common.world that return types with arguments of type WorldCarverModifier and TypeMethodDescriptionBiomeModifiers.AddCarversBiomeModifier.carvers()Returns the value of thecarversrecord component.BiomeModifiers.RemoveCarversBiomeModifier.carvers()Returns the value of thecarversrecord component.BiomeGenerationSettingsBuilder.getCarvers()