20 package net.sf.gridarta.model.scripts;
25 import org.jetbrains.annotations.NotNull;
Factory for creating ScriptedEvent instances.
Base package of all Gridarta classes.
Reflects a game object (object on a map).
GameObjects are the objects based on Archetypes found on maps.
This exception is thrown if an event game object cannot be created.
ScriptedEvent< G, A, R > newScriptedEvent(int eventType, @NotNull String pluginName, @NotNull String scriptPath, @NotNull String options)
Creates a new ScriptedEvent instance.
G newEventGameObject(int eventType)
Return a new event game object for a given event type.
Interface for MapArchObjects.