Exemplo n.º 1
0
 public Player getPlayer() {
   return playerStatRecorder.getPlayer();
 }
Exemplo n.º 2
0
 public Team getTeam() {
   return playerStatRecorder.getTeam();
 }
Exemplo n.º 3
0
 public void undo() {
   playerStatRecorder.unMade(stat);
 }
Exemplo n.º 4
0
 /*
  * GETTERS:
  */
 public int getStatValue() {
   return playerStatRecorder.get(stat);
 }
Exemplo n.º 5
0
 /*
  * SETTERS:
  */
 public boolean trigger() {
   return playerStatRecorder.made(stat);
 }