Uses of Enum Class
games.stendhal.server.maps.athor.ship.AthorFerry.Status
Package
Description
logic for the coast outside ados.
-
Uses of AthorFerry.Status in games.stendhal.server.maps.ados.coast
-
Uses of AthorFerry.Status in games.stendhal.server.maps.athor.holiday_area
-
Uses of AthorFerry.Status in games.stendhal.server.maps.athor.ship
Modifier and TypeMethodDescriptionAthorFerry.getState()
static AthorFerry.Status
Returns the enum constant of this class with the specified name.static AthorFerry.Status[]
AthorFerry.Status.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionvoid
AthorFerry.IFerryListener.onNewFerryState(AthorFerry.Status current)