We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
@OnUserAction
Indicates that a method is called when user triggers an action. The method signature must be public void anyName().
public void anyName()
@OnUserAction(name = "Move Left") public void moveLeft() { ... }
@Handles
@Spawns
@SpawnSymbol