Uses of Interface
dev.wyck.wrapper.worldgen.carver.ConfiguredWorldCarver
Packages that use ConfiguredWorldCarver
-
Uses of ConfiguredWorldCarver in dev.wyck.wrapper.worldgen
Methods in dev.wyck.wrapper.worldgen that return types with arguments of type ConfiguredWorldCarverModifier and TypeMethodDescriptionBiomeGenerationSettings.carvers()The configured carvers applied to this biome's generation.Methods in dev.wyck.wrapper.worldgen with parameters of type ConfiguredWorldCarverModifier and TypeMethodDescriptionBiomeGenerationSettings.Builder.addCarver(ConfiguredWorldCarver carver) Adds a configured carver to this biome's generation.Method parameters in dev.wyck.wrapper.worldgen with type arguments of type ConfiguredWorldCarverModifier and TypeMethodDescriptionBiomeGenerationSettings.Factory.create(List<ConfiguredWorldCarver> carvers, Map<GenerationStep, List<PlacedFeature>> features) -
Uses of ConfiguredWorldCarver in dev.wyck.wrapper.worldgen.carver
Classes in dev.wyck.wrapper.worldgen.carver that implement ConfiguredWorldCarverModifier and TypeClassDescriptionstatic final recordA configured carver authored from a vanilla algorithm and a custom config.static final recordA reference to an already-registered configured carver.Fields in dev.wyck.wrapper.worldgen.carver declared as ConfiguredWorldCarverModifier and TypeFieldDescriptionstatic final ConfiguredWorldCarverCarvers.CANYONThe overworld canyon (ravine, etc.) carver.static final ConfiguredWorldCarverCarvers.CAVEThe overworld cave carver.static final ConfiguredWorldCarverCarvers.CAVE_EXTRA_UNDERGROUNDA sparser overworld cave carver.static final ConfiguredWorldCarverCarvers.NETHER_CAVEThe nether cave carver.Methods in dev.wyck.wrapper.worldgen.carver that return ConfiguredWorldCarverModifier and TypeMethodDescriptionstatic ConfiguredWorldCarverConfiguredWorldCarver.canyon(CanyonCarverConfiguration configuration) Authors a configured carver on the vanilla CANYON algorithm.static ConfiguredWorldCarverConfiguredWorldCarver.cave(CaveCarverConfiguration configuration) Authors a configured carver on the vanilla CAVE algorithm.static ConfiguredWorldCarverConfiguredWorldCarver.netherCave(CaveCarverConfiguration configuration) Authors a configured carver on the vanilla NETHER_CAVE algorithm.static ConfiguredWorldCarverConfiguredWorldCarver.of(WorldCarverType type, CarverConfiguration configuration) Creates a configured carver from a custom carver type and configuration.static ConfiguredWorldCarverConfiguredWorldCarver.reference(ResourceKey key) References a configured carver already registered under the given key.Methods in dev.wyck.wrapper.worldgen.carver with parameters of type ConfiguredWorldCarverModifier and TypeMethodDescriptionConfiguredWorldCarver.Factory.toNms(ConfiguredWorldCarver carver)