Java 101 - Counters class?
 Posted: 01 Oct 2010, 17:16
Posted: 01 Oct 2010, 17:16Java 101...
I get the basics of what enum does.... At least when we deal with adding the counters normally in code.
In response to adding Joraga Warcaller, I began adding counter counting to xCount. I found the method Counters.getType(String). Looking at that method, I'm totally confused.
Will it actually return correctly for "P1P1" or does it have to be passed "+1/+1"? Only the TOWER counter has a string association "tower", what does that indicate?
			I get the basics of what enum does.... At least when we deal with adding the counters normally in code.
In response to adding Joraga Warcaller, I began adding counter counting to xCount. I found the method Counters.getType(String). Looking at that method, I'm totally confused.
Will it actually return correctly for "P1P1" or does it have to be passed "+1/+1"? Only the TOWER counter has a string association "tower", what does that indicate?