public class ExternalPlayerMovedEvent extends Event
Modifier and Type | Class | Description |
---|---|---|
static class |
ExternalPlayerMovedEvent.Type |
Modifier and Type | Field | Description |
---|---|---|
static EventListenerList |
eventListenerList |
|
int |
newPlane |
|
int |
newX |
|
int |
newY |
|
int |
oldPlane |
|
int |
oldX |
|
int |
oldY |
|
int |
playerId |
|
ExternalPlayerMovedEvent.Type |
type |
Constructor | Description |
---|---|
ExternalPlayerMovedEvent(int playerId,
ExternalPlayerMovedEvent.Type type,
int oldX,
int oldY,
int oldPlane,
int newX,
int newY,
int newPlane) |
Modifier and Type | Method | Description |
---|---|---|
AbstractEventListener[] |
getListeners() |
public static final EventListenerList eventListenerList
public final int playerId
public final ExternalPlayerMovedEvent.Type type
public final int oldX
public final int oldY
public final int oldPlane
public final int newX
public final int newY
public final int newPlane
public ExternalPlayerMovedEvent(int playerId, ExternalPlayerMovedEvent.Type type, int oldX, int oldY, int oldPlane, int newX, int newY, int newPlane)
public AbstractEventListener[] getListeners()
getListeners
in class Event