public interface ScriptedEvent<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>>
Modifier and Type | Method and Description |
---|---|
G |
getEventArch()
Returns the underlying event game object.
|
int |
getEventType() |
@NotNull java.lang.String |
getOptions() |
@NotNull java.lang.String |
getPluginName() |
@NotNull java.lang.String |
getScriptPath() |
void |
modifyEventPath()
Set event path and plugin name according to user input from popup
dialog.
|
void modifyEventPath()
@NotNull @NotNull java.lang.String getPluginName()
@NotNull @NotNull java.lang.String getScriptPath()
@NotNull @NotNull java.lang.String getOptions()
G getEventArch()
int getEventType()