Uses of Class
org.rspeer.game.adapter.scene.HintArrow.Type
-
Packages that use HintArrow.Type Package Description org.rspeer.game.adapter.scene org.rspeer.game.query.scene -
-
Uses of HintArrow.Type in org.rspeer.game.adapter.scene
Methods in org.rspeer.game.adapter.scene that return HintArrow.Type Modifier and Type Method Description HintArrow.Type
HintArrow. getType()
static HintArrow.Type
HintArrow.Type. valueOf(String name)
Returns the enum constant of this type with the specified name.static HintArrow.Type[]
HintArrow.Type. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of HintArrow.Type in org.rspeer.game.query.scene
Methods in org.rspeer.game.query.scene with parameters of type HintArrow.Type Modifier and Type Method Description HintArrowQuery
HintArrowQuery. types(HintArrow.Type... types)
-