Package net.mcreator.generator
Class GeneratorConfiguration
java.lang.Object
net.mcreator.generator.GeneratorConfiguration
- All Implemented Interfaces:
Comparable<GeneratorConfiguration>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintbooleanList<?> getGeneratorPaths(String subpath) getGradleTaskFor(String purpose) Map<?, ?> Map<?, ?> getRaw()static GeneratorConfigurationgetRecommendedGeneratorForBaseLanguage(Collection<GeneratorConfiguration> generatorConfigurations, GeneratorFlavor.BaseLanguage baseLanguage) static GeneratorConfigurationgetRecommendedGeneratorForFlavor(Collection<GeneratorConfiguration> generatorConfigurations, GeneratorFlavor... generatorFlavors) List<?> List<?> getSpecificRoot(String root) Map<?, ?> inthashCode()toString()
-
Constructor Details
-
GeneratorConfiguration
-
-
Method Details
-
getRecommendedGeneratorForFlavor
@Nullable public static GeneratorConfiguration getRecommendedGeneratorForFlavor(Collection<GeneratorConfiguration> generatorConfigurations, GeneratorFlavor... generatorFlavors) -
getRecommendedGeneratorForBaseLanguage
@Nullable public static GeneratorConfiguration getRecommendedGeneratorForBaseLanguage(Collection<GeneratorConfiguration> generatorConfigurations, GeneratorFlavor.BaseLanguage baseLanguage) -
getSourceRoot
-
getResourceRoot
-
getModAssetsRoot
-
getModDataRoot
-
getSpecificRoot
-
getGeneratorMinecraftVersion
-
getGeneratorBuildFileVersion
-
getGeneratorSubVersion
-
getLanguageFileSpecification
-
getTagsSpecification
-
getBaseTemplates
-
getGeneratorPaths
-
getGeneratorFlavor
-
getGradleTaskFor
-
getResourceSetupTasks
-
getSourceSetupTasks
-
getJavaModelsKey
-
getCompatibleJavaModelKeys
-
getJavaModelRequirementKeyWords
-
getImportFormatterDuplicatesWhitelist
-
getImportFormatterPriorityImports
-
getGeneratorName
-
equals
-
hashCode
public int hashCode() -
toString
-
getRaw
-
getMappingLoader
-
getDefinitionsProvider
-
getGeneratorStats
-
getTemplateGenConfigFromName
-
getVariableTypes
-
getSupportedDefinitionFields
-
getUnsupportedDefinitionFields
-
compareTo
- Specified by:
compareToin interfaceComparable<GeneratorConfiguration>
-