Package net.eternalclient.api.script
Interface IScriptInformation
-
public interface IScriptInformationInterface for retrieving basic information about a script.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetScriptAuthor()ScriptCategorygetScriptCategory()java.lang.StringgetScriptDescription()java.lang.StringgetScriptImageUrl()java.lang.StringgetScriptName()doublegetScriptVersion()
-
-
-
Method Detail
-
getScriptName
java.lang.String getScriptName()
-
getScriptAuthor
java.lang.String getScriptAuthor()
-
getScriptVersion
double getScriptVersion()
-
getScriptCategory
ScriptCategory getScriptCategory()
-
getScriptDescription
java.lang.String getScriptDescription()
-
getScriptImageUrl
java.lang.String getScriptImageUrl()
-
-