18 lines
264 B
Java
18 lines
264 B
Java
/*
|
|
* Decompiled with CFR 0.152.
|
|
*/
|
|
package net.minecraft.util.debugchart;
|
|
|
|
public interface SampleStorage {
|
|
public int capacity();
|
|
|
|
public int size();
|
|
|
|
public long get(int var1);
|
|
|
|
public long get(int var1, int var2);
|
|
|
|
public void reset();
|
|
}
|
|
|