public class NpcUpdateEvent extends Event
Modifier and Type | Class | Description |
---|---|---|
static class |
NpcUpdateEvent.Type |
Modifier and Type | Field | Description |
---|---|---|
static EventListenerList |
eventListenerList |
|
int |
index |
|
NPC |
npc |
|
NpcUpdateEvent.Type |
type |
Constructor | Description |
---|---|
NpcUpdateEvent(NPC npc,
NpcUpdateEvent.Type type,
int index) |
Modifier and Type | Method | Description |
---|---|---|
AbstractEventListener[] |
getListeners() |
public static final EventListenerList eventListenerList
public final NPC npc
public final NpcUpdateEvent.Type type
public final int index
public NpcUpdateEvent(NPC npc, NpcUpdateEvent.Type type, int index)
public AbstractEventListener[] getListeners()
getListeners
in class Event