Fields and methods should not have conflicting names like openArms. While this is technically legal it can lead to misunderstandings and problems with serialization.
Fields and methods should not have conflicting names like closeArms. While this is technically legal it can lead to misunderstandings and problems with serialization.
Loading history...
14
private boolean open; // current State of arms; true = open, false = closed