Uses of Enum Class
games.stendhal.client.gui.styled.cursor.StendhalCursor
Packages that use StendhalCursor
Package
Description
-
Uses of StendhalCursor in games.stendhal.client.gui.j2d.entity
Methods in games.stendhal.client.gui.j2d.entity that return StendhalCursorModifier and TypeMethodDescriptionEntity2DView.getCursor()gets the mouse cursor image to use for this entity.EntityView.getCursor()gets the mouse cursor image to use for this entity.FlyOverArea2DView.getCursor()Use normal cursor for these areas.Item2DView.getCursor()TrainingDummy2DView.getCursor() -
Uses of StendhalCursor in games.stendhal.client.gui.spellcasting
Methods in games.stendhal.client.gui.spellcasting that return StendhalCursor -
Uses of StendhalCursor in games.stendhal.client.gui.styled.cursor
Methods in games.stendhal.client.gui.styled.cursor that return StendhalCursorModifier and TypeMethodDescriptionstatic StendhalCursorReturns the enum constant of this class with the specified name.static StendhalCursorStendhalCursor.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.Methods in games.stendhal.client.gui.styled.cursor with parameters of type StendhalCursorModifier and TypeMethodDescriptionCursorRepository.get(StendhalCursor stendhalCursor) static StendhalCursorStendhalCursor.valueOf(String cursorName, StendhalCursor defaultCursor) gets a cursor based on its name