Package za.co.wethinkcode.robots.shared
Interface Argument<T>
- Type Parameters:
T- the value of the argument (Typically a primitive)
- All Known Implementing Classes:
Args.direction,Args.kindArg,Args.name,Args.reloadArg,Args.repairArg,Args.shieldsArg,Args.shotsArg,Args.spawn,Args.visibilityArg,BoringClientBot,BoringServerBot,ClientRobot,Obstacle,SquareObstacle
public interface Argument<T>
Interface that allows a class to be an argument to a function
-
Method Summary
-
Method Details
-
getValue
T getValue()Get the value of @param- Returns:
- @param
-