Interface Script

  • All Superinterfaces:
    ORBScript

    public interface Script
    extends ORBScript
    The interface Looping script.
    • Method Detail

      • loop

        void loop()
        Execute the Loop - Implement logic to validate conditions and process actions within the game. Most often done by using an Enum to define the state.