Class RerollStorage

java.lang.Object
xericker.arenalegends.playerdata.storage.game.RerollStorage

public class RerollStorage extends Object
  • Constructor Details

    • RerollStorage

      public RerollStorage()
  • Method Details

    • getMap

      public Map<Integer,Integer> getMap(PlayerRoll type)
    • addIfZero

      public void addIfZero(PlayerRoll type, int value)
    • add

      public void add(PlayerRoll type, int value)
    • subtract

      public void subtract(PlayerRoll type, int value)
    • set

      public void set(PlayerRoll type, int value)
    • set

      public void set(PlayerRoll type, int index, int value)
    • add

      public void add(int value)
    • subtract

      public void subtract(int value)
    • set

      public void set(int value)
    • addBase

      public void addBase(boolean highStakes)