Uses of Record Class
dev.wyck.worldgen.feature.configurations.TemplateFeatureConfiguration.TemplateEntry
Packages that use TemplateFeatureConfiguration.TemplateEntry
-
Uses of TemplateFeatureConfiguration.TemplateEntry in dev.wyck.worldgen.feature.configurations
Methods in dev.wyck.worldgen.feature.configurations that return TemplateFeatureConfiguration.TemplateEntryModifier and TypeMethodDescriptionTemplateFeatureConfiguration.TemplateEntry.of(ResourceKey template) Creates a template entry that allows every rotation.TemplateFeatureConfiguration.TemplateEntry.of(ResourceKey template, Rotation... rotations) Creates a template entry with the given rotations.Methods in dev.wyck.worldgen.feature.configurations that return types with arguments of type TemplateFeatureConfiguration.TemplateEntryModifier and TypeMethodDescriptionTemplateFeatureConfiguration.templates()The weighted list of templates to choose from.Methods in dev.wyck.worldgen.feature.configurations with parameters of type TemplateFeatureConfiguration.TemplateEntryModifier and TypeMethodDescriptionTemplateFeatureConfiguration.Builder.template(TemplateFeatureConfiguration.TemplateEntry template) Adds a template entry with a weight of 1.TemplateFeatureConfiguration.Builder.template(TemplateFeatureConfiguration.TemplateEntry template, int weight) Adds a template entry with the given weight.Method parameters in dev.wyck.worldgen.feature.configurations with type arguments of type TemplateFeatureConfiguration.TemplateEntryModifier and TypeMethodDescriptionstatic TemplateFeatureConfigurationTemplateFeatureConfiguration.of(WeightedList<TemplateFeatureConfiguration.TemplateEntry> templates) Creates a new template feature configuration.