Package hoverball.debug
Class Break
java.lang.Object
hoverball.debug.Debug
hoverball.debug.Break
public class Break extends Debug
The Break debug is particular debug. It plots nothing on screen
but makes the Controller interrupt the simulation.
-
Field Summary
-
Constructor Summary
Constructors Constructor Description Break()
Creates a Break debug. -
Method Summary
-
Constructor Details
-
Break
public Break()Creates a Break debug.
-