|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sourceforge.jsh3modtool.mod.DefaultGameMod
public class DefaultGameMod
Constructor Summary | |
---|---|
DefaultGameMod(ModPackage modpackage)
|
Method Summary | |
---|---|
java.util.List |
getAuthors()
Returns a list of mod authors. |
java.util.Date |
getCreatedDate()
Returns the date the mod was created. |
java.lang.String |
getDescription()
Returns a description of the mod. |
java.util.List |
getGameFiles()
Returns a list of game files that are going to be modified. |
java.lang.String |
getName()
Returns the name of the mod. |
java.util.List |
getScreenshots()
Returns a list of screen shots of the mod. |
java.util.Date |
getUpdatedDate()
Returns the date when the current version was release. |
java.lang.String |
getVersion()
Returns the version of the mod. |
java.net.URL |
getWebsite()
Returns the website of the mod. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DefaultGameMod(ModPackage modpackage) throws java.io.IOException, MissingEntryException, InvalidConfigurationException
java.io.IOException
MissingEntryException
InvalidConfigurationException
Method Detail |
---|
public java.lang.String getName()
GameMod
getName
in interface GameMod
public java.lang.String getVersion()
GameMod
getVersion
in interface GameMod
public java.lang.String getDescription()
GameMod
getDescription
in interface GameMod
public java.util.Date getCreatedDate()
GameMod
getCreatedDate
in interface GameMod
public java.util.Date getUpdatedDate()
GameMod
getUpdatedDate
in interface GameMod
public java.net.URL getWebsite()
GameMod
getWebsite
in interface GameMod
public java.util.List getScreenshots()
GameMod
ModScreenShot
objects.
getScreenshots
in interface GameMod
public java.util.List getGameFiles()
GameMod
ModGameFile
objects.
getGameFiles
in interface GameMod
public java.util.List getAuthors()
GameMod
ModAuthor
objects.
getAuthors
in interface GameMod
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |