Class ModMetadataImpl
java.lang.Object
nl.elec332.gradle.minecraft.moddev.projects.ModMetadataImpl
- All Implemented Interfaces:
Serializable,ModMetadata
Created by Elec332 on 07-09-2023
Don't look, your eyes won't survive it
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface nl.elec332.gradle.minecraft.moddev.projects.ModMetadata
ModMetadata.DependencyInfo, ModMetadata.DependencyOrdering, ModMetadata.ModInfo, ModMetadata.ModSide -
Method Summary
Modifier and TypeMethodDescriptionvoidvoiddependsOn(String modId, org.gradle.api.Action<ModMetadata.DependencyInfo> mod) voidentryPoints(Map<String, ?> entryPoints) booleanstatic ModMetadatagenerate(org.gradle.api.Project project, Collection<org.gradle.api.Action<ModMetadata>> mods) booleanhasDependency(String modId) inthashCode()voidimportFrom(ModMetadata other_) voidvoidvoidvoidvoidvoidmod(groovy.lang.Closure<?> c) voidmod(String modId, org.gradle.api.Action<ModMetadata.ModInfo> mod) voidmod(org.gradle.api.Action<ModMetadata.ModInfo> mod) voidmodGroupId(String s) voidmodLicense(String s) voidtoString()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface nl.elec332.gradle.minecraft.moddev.projects.ModMetadata
dependsOn
-
Method Details
-
generate
public static ModMetadata generate(org.gradle.api.Project project, Collection<org.gradle.api.Action<ModMetadata>> mods) -
importFrom
- Specified by:
importFromin interfaceModMetadata
-
modGroupId
- Specified by:
modGroupIdin interfaceModMetadata
-
modLicense
- Specified by:
modLicensein interfaceModMetadata
-
minecraftVersion
- Specified by:
minecraftVersionin interfaceModMetadata
-
mod
public void mod(groovy.lang.Closure<?> c) - Specified by:
modin interfaceModMetadata
-
loaderVersion
- Specified by:
loaderVersionin interfaceModMetadata
-
getLoaderVersion
- Specified by:
getLoaderVersionin interfaceModMetadata
-
loader
- Specified by:
loaderin interfaceModMetadata
-
entryPoints
- Specified by:
entryPointsin interfaceModMetadata
-
mixin
- Specified by:
mixinin interfaceModMetadata
-
issues
- Specified by:
issuesin interfaceModMetadata
-
sources
- Specified by:
sourcesin interfaceModMetadata
-
mod
- Specified by:
modin interfaceModMetadata
-
mod
- Specified by:
modin interfaceModMetadata
-
hasDependency
- Specified by:
hasDependencyin interfaceModMetadata
-
dependsOn
- Specified by:
dependsOnin interfaceModMetadata
-
dependsOn
- Specified by:
dependsOnin interfaceModMetadata
-
getFileLocation
- Specified by:
getFileLocationin interfaceModMetadata
-
getMixins
- Specified by:
getMixinsin interfaceModMetadata
-
toString
-
equals
-
hashCode
public int hashCode()
-