Scratch for Java

Stage::run()

Executes the main logic of the stage. This method should be overridden by subclasses to define the specific behavior of the stage.

Syntax

Java

.run()

Return

void

run()