20 package net.sf.gridarta.model.scripts;
22 import javax.swing.JList;
24 import org.jetbrains.annotations.NotNull;
void addEventsToJList(@NotNull JList< String > list, @NotNull Iterable<? extends GameObject<?, ?, ?>> gameObject)
Set all ScriptedEvents to appear in the given JList This method should be fast because it may be exec...
Base package of all Gridarta classes.
Reflects a game object (object on a map).
GameObjects are the objects based on Archetypes found on maps.
String [] getEventNames()
Returns all event names.
This class implements an UndefinedEventArchetypeException that describes an invalid event type...
String getArchetypeNameForEventType(int eventType)
Returns the archetype for an event type.
String typeName(int eventType)
Returns a human readable name for an event type.
int indexToEventType(int index)
Converts a combo box index to an event type.