Package dev.prozilla.pine.core.mod
Class ModMetadata
java.lang.Object
dev.prozilla.pine.core.mod.ModMetadata
Object representation of mod metadata which is stored in JSON format.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()
void
void
setDescription
(String description) void
void
setVersion
(String version)
-
Constructor Details
-
ModMetadata
public ModMetadata()
-
-
Method Details
-
getName
-
setName
-
getVersion
-
setVersion
-
getAuthor
-
setAuthor
-
getDescription
-
setDescription
-