Package net.minecraft.util.debugchart
Interface SampleStorage
- All Known Implementing Classes:
LocalSampleLogger
public interface SampleStorage
-
Method Summary
-
Method Details
-
capacity
int capacity() -
size
int size() -
get
long get(int pIndex) -
get
long get(int pIndex, int pDimension) -
reset
void reset()
-