20 package net.sf.gridarta.model.scripts;
25 import org.jetbrains.annotations.NotNull;
34 protected abstract String
typeName(
int eventType);
36 protected abstract void setEventData(@NotNull String pluginName, @NotNull String scriptPath, @NotNull String options);
Base package of all Gridarta classes.
Reflects a game object (object on a map).
abstract void setEventData(@NotNull String pluginName, @NotNull String scriptPath, @NotNull String options)
abstract String typeName(int eventType)
GameObjects are the objects based on Archetypes found on maps.
Interface for MapArchObjects.
Class which stores information about one scripted event.
Class which stores information about one scripted event.