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