net.minecraft.util.profiler

public class MultiValueDebugSampleLogImpl

extends ArrayDebugSampleLog implements MultiValueDebugSampleLog

All mapped superinterfaces:

DebugSampleLog, MultiValueDebugSampleLog

net.minecraft.util.debugchart.LocalSampleLogger
net.minecraft.class_9191
net.minecraft.util.profiler.MultiValueDebugSampleLogImpl

Field summary

Modifier and TypeField
public static final int
CAPACITY
field_48813
LOG_SIZE
private final long[][]
samples
field_48814
multiValues
private int
start
field_48815
start
private int
size
field_48816
length

Constructor summary

ModifierConstructor
public (int dimensions)
public (int dimensions, long[] defaults)

Method summary

Modifier and TypeMethod
protected void
useSample()
method_56649()
onPush()
public int
capacity()
method_56662()
getDimension()
public int
size()
method_56663()
getLength()
public long
get(int index)
method_56659(int arg0)
get(int arg0)
public long
get(int index, int dimension)
method_56660(int arg0, int arg1)
get(int arg0, int arg1)
private int
wrapIndex(int index)
method_56661(int arg0)
wrap(int index)
public void
reset()
method_56664()
clear()