Class Nmt
- All Implemented Interfaces:
Serializable
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final recordstatic enumstatic enumNested 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 TypeMethodDescriptionvoidbooleantoToml()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
copyBaseTo, copyTo, derive, withAuthors, withAuthors, withContact, withContributors, withContributors, withLicenseMethods inherited from class dev.lambdaurora.mcdev.api.manifest.ModShell
copyShellTo, 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
-
copyTo
-
toToml
-