Class GameSpecificMessage2018
- java.lang.Object
-
- com.thegongoliers.input.gameMessages.GameSpecificMessage2018
-
public class GameSpecificMessage2018 extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
GameSpecificMessage2018.Location
The location/side of the field based on the alliance's point of view.
-
Constructor Summary
Constructors Constructor Description GameSpecificMessage2018(java.lang.String message)
Create a game specific message for the 2018 game.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GameSpecificMessage2018.Location
getAllianceSwitch()
Get the location of the alliance switch.GameSpecificMessage2018.Location
getOpposingAllianceSwitch()
Get the location of the opposing alliance switch.GameSpecificMessage2018.Location
getScale()
Get the location of the scale.
-
-
-
Method Detail
-
getAllianceSwitch
public GameSpecificMessage2018.Location getAllianceSwitch()
Get the location of the alliance switch.- Returns:
- The location of the alliance side switch.
-
getOpposingAllianceSwitch
public GameSpecificMessage2018.Location getOpposingAllianceSwitch()
Get the location of the opposing alliance switch.- Returns:
- The location of the opposing alliance switch.
-
getScale
public GameSpecificMessage2018.Location getScale()
Get the location of the scale.- Returns:
- The location of the scale.
-
-