Uses of Enum Class
games.stendhal.client.entity.StatusID
Packages that use 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
Methods in games.stendhal.client.entity that return StatusIDModifier and TypeMethodDescriptionstatic StatusIDStatusID.getStatusID(String status) Find the status ID using the status name.static StatusIDReturns 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.Methods in games.stendhal.client.entity with parameters of type StatusID