|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface GameMod
Game modification interface. This interface describes a game modification. A game modification can be installed into a game, modifying one or more files in the game's folder.
| 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. |
| Method Detail |
|---|
java.lang.String getName()
java.lang.String getVersion()
java.lang.String getDescription()
java.util.Date getCreatedDate()
java.util.Date getUpdatedDate()
java.net.URL getWebsite()
java.util.List getScreenshots()
ModScreenShot objects.
java.util.List getGameFiles()
ModGameFile objects.
java.util.List getAuthors()
ModAuthor objects.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||