Class Nmt
- All Implemented Interfaces:
Serializable
- See Also:
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class dev.lambdaurora.mcdev.api.manifest.ModBase
ModBase.ModBaseFactory<SELF extends ModBase<SELF>> -
Field Summary
Fields inherited from class dev.lambdaurora.mcdev.api.manifest.ModBase
authors, contact, contributors, license, versionFields inherited from class dev.lambdaurora.mcdev.api.manifest.ModShell
description, icon, name, namespace -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleantoToml()withAccessTransformer(String accessTransformer) withBlurIcon(boolean blurIcon) withBreak(String dependency, String constraint, Nmt.DependencySide side) withCustom(String key, Object value) withDepend(String dependency, String constraint) withDepend(String dependency, String constraint, Nmt.DependencySide side) withLoaderVersion(String loaderVersion) withMixins(String... mixins) withYumiEntrypoints(String entrypointName, String... entrypoints) Methods inherited from class dev.lambdaurora.mcdev.api.manifest.ModBase
copyTo, derive, withAuthors, withAuthors, withContact, withContributors, withContributors, withLicenseMethods inherited from class dev.lambdaurora.mcdev.api.manifest.ModShell
copyTo, withDescription, withIcon, withName, withNamespace
-
Constructor Details
-
Nmt
-
-
Method Details
-
shouldBlurIcon
public boolean shouldBlurIcon() -
withBlurIcon
-
getLoaderVersion
-
withLoaderVersion
-
withMixins
-
withYumiEntrypoints
-
withAccessTransformer
-
withDepend
-
withDepend
-
withBreak
-
withBreak
-
withCustom
-
toToml
-