20 package net.sf.gridarta.plugin;
22 import java.util.EventListener;
26 import org.jetbrains.annotations.NotNull;
void pluginDeleted(@NotNull Plugin< G, A, R > plugin)
Notifies about the deletion of a plugin.
Listener interface for scripting related events.
Base package of all Gridarta classes.
void pluginCreated(@NotNull Plugin< G, A, R > plugin)
Notifies about the creation of a new plugin.
Reflects a game object (object on a map).
void pluginRegistered(@NotNull Plugin< G, A, R > plugin)
Notifies about the registering of a plugin.
GameObjects are the objects based on Archetypes found on maps.
void pluginUnregistered(@NotNull Plugin< G, A, R > plugin)
Notifies about the unregistering of a plugin.
Interface for MapArchObjects.