public final class ShipLeftPort
extends java.lang.Object
ShipLeftSector
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getClassName()
Gets the event class name.
|
int |
getSector()
Gets the sector where the ship left the port.
|
Ship |
getShip()
Gets the ship that left.
|
Trader |
getTrader()
Gets the trader that left.
|
boolean |
isEventClass(java.lang.Class eventClass)
Indicates if this event matches a given event class.
|
boolean |
isUserDefined()
Indicates if this event is user defined or not.
|
boolean |
leftStarDock()
Indicates if the ship left the StarDock or not.
|
public Trader getTrader()
public Ship getShip()
null
if not known.public int getSector()
public boolean leftStarDock()
true
if the ship left StarDock,
otherwise false
.public final boolean isEventClass(java.lang.Class eventClass)
EventIfc
isEventClass
in interface EventIfc
eventClass
- The event class.true
if this event is of the same class,
otherwise false
.public final boolean isUserDefined()
EventIfc
isUserDefined
in interface EventIfc
true
if user defined, otherwise false
.public final java.lang.String getClassName()
EventIfc
getClassName
in interface EventIfc