Uses of Enum Class
games.stendhal.server.maps.athor.ship.AthorFerry.Status
Packages that use AthorFerry.Status
Package
Description
logic for the coast outside ados.
-
Uses of AthorFerry.Status in games.stendhal.server.maps.ados.coast
Fields in games.stendhal.server.maps.ados.coast declared as AthorFerry.Status -
Uses of AthorFerry.Status in games.stendhal.server.maps.athor.holiday_area
Fields in games.stendhal.server.maps.athor.holiday_area declared as AthorFerry.Status -
Uses of AthorFerry.Status in games.stendhal.server.maps.athor.ship
Methods in games.stendhal.server.maps.athor.ship that return AthorFerry.StatusModifier and TypeMethodDescriptionAthorFerry.getState()static AthorFerry.StatusReturns 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.Methods in games.stendhal.server.maps.athor.ship with parameters of type AthorFerry.StatusModifier and TypeMethodDescriptionvoidAthorFerry.IFerryListener.onNewFerryState(AthorFerry.Status current)