public interface IMalisisMod
MalisisCore
to have some automatic handling for mods.Settings
are provided.Modifier and Type | Method and Description |
---|---|
java.lang.String |
getModId()
Gets the mod id.
|
java.lang.String |
getName()
Gets the mod name.
|
Settings |
getSettings()
Gets the configuration settings.
|
java.lang.String |
getVersion()
Gets the mod version.
|
java.lang.String getModId()
java.lang.String getName()
java.lang.String getVersion()
Settings getSettings()