Uses of Enum Class
dev.wyck.worldgen.Decoration
Packages that use Decoration
-
Uses of Decoration in dev.wyck.biome
Methods in dev.wyck.biome that return types with arguments of type DecorationModifier and TypeMethodDescriptionBiomeGenerationSettings.features()The placed features applied to this biome's generation, grouped by step.Methods in dev.wyck.biome with parameters of type DecorationModifier and TypeMethodDescriptionBiomeGenerationSettings.Builder.feature(Decoration step, PlacedFeature feature) Adds a placed feature to this biome's generation under the given step.Method parameters in dev.wyck.biome with type arguments of type DecorationModifier and TypeMethodDescriptionBiomeGenerationSettings.Builder.features(Map<Decoration, List<PlacedFeature>> features) Sets the features of this biome's generation.static BiomeGenerationSettingsBiomeGenerationSettings.of(List<ConfiguredWorldCarver> carvers, Map<Decoration, List<PlacedFeature>> features) Creates a new biome generation settings. -
Uses of Decoration in dev.wyck.worldgen
Subclasses with type arguments of type Decoration in dev.wyck.worldgenClasses in dev.wyck.worldgen that implement interfaces with type arguments of type DecorationFields in dev.wyck.worldgen with type parameters of type DecorationModifier and TypeFieldDescriptionstatic final KeyedEnumTranslator<Decoration> Decoration.TRANSLATORMethods in dev.wyck.worldgen that return DecorationModifier and TypeMethodDescriptionstatic DecorationReturns the enum constant of this class with the specified name.static Decoration[]Decoration.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in dev.wyck.worldgen that return types with arguments of type Decoration