java.lang.Object
za.co.wethinkcode.robots.shared.arguments.Args

public class Args extends Object
Static class for accessing Launch Arg classes
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static final record 
    The direction the robot is facing
    static final record 
    Record class to store robot kind for a launch request
    static final record 
    Record class to store the name of the robot being launched
    static final record 
    Record class to store how long it takes to reload
    static final record 
    Record class to store how long it takes to repair
    static final record 
    Record class to store the shields argument for launch
    static final record 
    Record class to store the shots argument for launch
    static final record 
    Getter for the spawn point of a robot
    static final record 
    Record class to store how many kliks from you you can see
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • Args

      public Args()