- 
Field SummaryFields 
protected final it.unimi.dsi.fastutil.objects.Object2IntMap<Stat<?>>
  
 
- 
Constructor SummaryConstructors 
- 
Method Summary
 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
- 
Field Details
- 
statsprotected final it.unimi.dsi.fastutil.objects.Object2IntMap<Stat<?>> stats 
 
- 
Constructor Details
- 
StatsCounterpublic StatsCounter() 
 
- 
Method Details
- 
incrementpublic void increment(Player p_13024_,
 Stat<?> p_13025_,
 int p_13026_) 
- 
setValuepublic void setValue(Player p_13020_,
 Stat<?> p_13021_,
 int p_13022_) 
- 
getValuepublic <T> int getValue(StatType<T> p_13018_,
 T p_13019_) 
- 
getValuepublic int getValue(Stat<?> p_13016_)