public final class ShipDockedAtPort
extends java.lang.Object
ShipLeftSector| Modifier and Type | Method and Description |
|---|---|
boolean |
atStarDock()
Indicates if the ship docked at the StarDock or not.
|
java.lang.String |
getClassName()
Gets the event class name.
|
int |
getSector()
Gets the sector where the ship docked at the port.
|
Ship |
getShip()
Gets the ship that docked.
|
Trader |
getTrader()
Gets the trader that docked.
|
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.
|
public Trader getTrader()
public Ship getShip()
null if not known.public int getSector()
public boolean atStarDock()
true if docked at StarDock,
otherwise false.public final boolean isEventClass(java.lang.Class eventClass)
EventIfcisEventClass in interface EventIfceventClass - The event class.true if this event is of the same class,
otherwise false.public final boolean isUserDefined()
EventIfcisUserDefined in interface EventIfctrue if user defined, otherwise false.public final java.lang.String getClassName()
EventIfcgetClassName in interface EventIfc