|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface GameImplementor
Method Summary | |
---|---|
String |
getGameCopyright()
Examples: |
String |
getGameLicenseBrief()
Examples: |
String |
getGameLicenseLong()
Examples: |
com.google.gwt.http.client.URL |
getGameLicenseTextLink()
Get a link to the full text of the license agreement. |
String |
getGameShortIdentifier()
WRITEME: Document this method brpocock@star-hope.org |
String |
getGameSubtitle()
|
String |
getGameTitle()
|
boolean |
isDebug()
|
Methods inherited from interface org.starhope.vergil.logic.VergilEventHandler |
---|
acceptEvent |
Method Detail |
---|
String getGameCopyright()
Examples:
Do not include the game's title, version/release information, or license terms (e.g. “All Rights Reserved”) in this string.
String getGameLicenseBrief()
Examples:
String getGameLicenseLong()
Examples:
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.
You are free:
Under the following conditions:
com.google.gwt.http.client.URL getGameLicenseTextLink()
Get a link to the full text of the license agreement.
Some useful ones (for my own use):
String getGameShortIdentifier()
String getGameSubtitle()
String getGameTitle()
boolean isDebug()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |