Uses of Enum Class
games.stendhal.client.gui.styled.cursor.StendhalCursor
Package
Description
-
Uses of StendhalCursor in games.stendhal.client.gui.j2d.entity
-
Uses of StendhalCursor in games.stendhal.client.gui.spellcasting
-
Uses of StendhalCursor in games.stendhal.client.gui.styled.cursor
Modifier and TypeMethodDescriptionstatic StendhalCursor
Returns the enum constant of this class with the specified name.static StendhalCursor
StendhalCursor.valueOf(String cursorName, StendhalCursor defaultCursor)
gets a cursor based on its namestatic StendhalCursor[]
StendhalCursor.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionCursorRepository.get(StendhalCursor stendhalCursor)
static StendhalCursor
StendhalCursor.valueOf(String cursorName, StendhalCursor defaultCursor)
gets a cursor based on its name