Uses of Interface
dev.wyck.worldgen.carver.ConfiguredWorldCarver
Packages that use ConfiguredWorldCarver
-
Uses of ConfiguredWorldCarver in dev.wyck.biome
Methods in dev.wyck.biome that return types with arguments of type ConfiguredWorldCarverModifier and TypeMethodDescriptionBiomeGenerationSettings.carvers()The configured carvers applied to this biome's generation.Methods in dev.wyck.biome with parameters of type ConfiguredWorldCarverModifier and TypeMethodDescriptionBiomeGenerationSettings.Builder.carver(ConfiguredWorldCarver carver) Adds a configured carver to this biome's generation.BiomeGenerationSettings.Builder.carvers(ConfiguredWorldCarver... carvers) Sets the carvers of this biome's generation.Method parameters in dev.wyck.biome with type arguments of type ConfiguredWorldCarverModifier and TypeMethodDescriptionBiomeGenerationSettings.Builder.carvers(List<ConfiguredWorldCarver> carvers) Sets the carvers of this biome's generation.static BiomeGenerationSettingsBiomeGenerationSettings.of(List<ConfiguredWorldCarver> carvers, Map<Decoration, List<PlacedFeature>> features) Creates a new biome generation settings. -
Uses of ConfiguredWorldCarver in dev.wyck.worldgen.carver
Fields in dev.wyck.worldgen.carver declared as ConfiguredWorldCarverModifier and TypeFieldDescriptionstatic final ConfiguredWorldCarverCarvers.CANYONstatic final ConfiguredWorldCarverCarvers.CAVEstatic final ConfiguredWorldCarverCarvers.CAVE_EXTRA_UNDERGROUNDstatic final ConfiguredWorldCarverCarvers.NETHER_CAVEMethods in dev.wyck.worldgen.carver that return ConfiguredWorldCarverModifier and TypeMethodDescriptionstatic ConfiguredWorldCarverReads a keyed Minecraft configured-carver holder into a reference wrapper.default ConfiguredWorldCarverConfiguredWorldCarver.wrap()Resolves this carver's key in Minecraft's configured-carver registry and decodes the registered value. -
Uses of ConfiguredWorldCarver in dev.wyck.worldgen.carver.types
Subinterfaces of ConfiguredWorldCarver in dev.wyck.worldgen.carver.typesModifier and TypeInterfaceDescriptioninterfaceA composed carver that uses a world carver type and its configuration.interfaceA composed carver that uses a custom carver and its configuration.interfaceA reference to an existing registered carver.