Uses of Enum Class
games.stendhal.client.entity.StatusID
Package
Description
entities are all the interactive objects of the gaming world
(including players, NPCs, creatures, items, signs, chests, portals, ...)
-
Uses of StatusID in games.stendhal.client.entity
Modifier and TypeMethodDescriptionstatic StatusID
StatusID.getStatusID(String status)
Find the status ID using the status name.static StatusID
Returns the enum constant of this class with the specified name.static StatusID[]
StatusID.values()
Returns an array containing the constants of this enum class, in the order they are declared.