public class DefaultScriptedEvent extends AbstractScriptedEvent<GameObject,MapArchObject,Archetype>
| Modifier and Type | Method and Description |
|---|---|
GameObject |
getEventArch()
Returns the underlying event game object.
|
int |
getEventType() |
java.lang.String |
getOptions() |
java.lang.String |
getPluginName() |
java.lang.String |
getScriptPath() |
void |
modifyEventPath()
Set event path and plugin name according to user input from popup
dialog.
|
protected void |
setEventData(java.lang.String pluginName,
java.lang.String scriptPath,
java.lang.String options) |
protected java.lang.String |
typeName(int eventType) |
public void modifyEventPath()
public GameObject getEventArch()
public int getEventType()
@NotNull public java.lang.String getPluginName()
@NotNull public java.lang.String getScriptPath()
@NotNull public java.lang.String getOptions()
@NotNull protected java.lang.String typeName(int eventType)
typeName in class AbstractScriptedEvent<GameObject,MapArchObject,Archetype>protected void setEventData(@NotNull
java.lang.String pluginName,
@NotNull
java.lang.String scriptPath,
@NotNull
java.lang.String options)
setEventData in class AbstractScriptedEvent<GameObject,MapArchObject,Archetype>