Class ForgeModMeta
java.lang.Object
com.samsthenerd.inline.neoforge.xplat.ForgeModMeta
- All Implemented Interfaces:
com.samsthenerd.inline.xplat.IModMeta
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfindResource(String... path) @NotNull StringgetLogoFile(int i) static Optional<com.samsthenerd.inline.xplat.IModMeta> @NotNull StringgetModId()@NotNull StringgetName()@NotNull String
-
Constructor Details
-
ForgeModMeta
-
-
Method Details
-
getMod
-
getModId
- Specified by:
getModIdin interfacecom.samsthenerd.inline.xplat.IModMeta
-
getVersion
- Specified by:
getVersionin interfacecom.samsthenerd.inline.xplat.IModMeta
-
getName
- Specified by:
getNamein interfacecom.samsthenerd.inline.xplat.IModMeta
-
getDescription
- Specified by:
getDescriptionin interfacecom.samsthenerd.inline.xplat.IModMeta
-
getLogoFile
- Specified by:
getLogoFilein interfacecom.samsthenerd.inline.xplat.IModMeta
-
getFilePaths
- Specified by:
getFilePathsin interfacecom.samsthenerd.inline.xplat.IModMeta
-
getFilePath
- Specified by:
getFilePathin interfacecom.samsthenerd.inline.xplat.IModMeta
-
findResource
- Specified by:
findResourcein interfacecom.samsthenerd.inline.xplat.IModMeta
-
getAuthors
- Specified by:
getAuthorsin interfacecom.samsthenerd.inline.xplat.IModMeta
-
getLicense
- Specified by:
getLicensein interfacecom.samsthenerd.inline.xplat.IModMeta
-
getHomepage
- Specified by:
getHomepagein interfacecom.samsthenerd.inline.xplat.IModMeta
-
getSources
- Specified by:
getSourcesin interfacecom.samsthenerd.inline.xplat.IModMeta
-
getIssueTracker
- Specified by:
getIssueTrackerin interfacecom.samsthenerd.inline.xplat.IModMeta
-