Package net.minecraft.util.profiler
Class MultiValueDebugSampleLogImpl
java.lang.Object
net.minecraft.util.profiler.log.ArrayDebugSampleLog
net.minecraft.util.profiler.MultiValueDebugSampleLogImpl
- All Implemented Interfaces:
DebugSampleLog
,MultiValueDebugSampleLog
public class MultiValueDebugSampleLogImpl
extends ArrayDebugSampleLog
implements MultiValueDebugSampleLog
- Mappings:
Namespace Name official bkm
intermediary net/minecraft/class_9191
named net/minecraft/util/profiler/MultiValueDebugSampleLogImpl
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate int
static final int
private final long[][]
private int
Fields inherited from class net.minecraft.util.profiler.log.ArrayDebugSampleLog
defaults, values
-
Constructor Summary
ConstructorsConstructorDescriptionMultiValueDebugSampleLogImpl
(int dimensions) MultiValueDebugSampleLogImpl
(int size, long[] defaults) -
Method Summary
Methods inherited from class net.minecraft.util.profiler.log.ArrayDebugSampleLog
clearValues, push, push, set
-
Field Details
-
LOG_SIZE
public static final int LOG_SIZE- See Also:
- Mappings:
Namespace Name Mixin selector official c
Lbkm;c:I
intermediary field_48813
Lnet/minecraft/class_9191;field_48813:I
named LOG_SIZE
Lnet/minecraft/util/profiler/MultiValueDebugSampleLogImpl;LOG_SIZE:I
-
multiValues
private final long[][] multiValues- Mappings:
Namespace Name Mixin selector official d
Lbkm;d:[[J
intermediary field_48814
Lnet/minecraft/class_9191;field_48814:[[J
named multiValues
Lnet/minecraft/util/profiler/MultiValueDebugSampleLogImpl;multiValues:[[J
-
start
private int start- Mappings:
Namespace Name Mixin selector official e
Lbkm;e:I
intermediary field_48815
Lnet/minecraft/class_9191;field_48815:I
named start
Lnet/minecraft/util/profiler/MultiValueDebugSampleLogImpl;start:I
-
length
private int length- Mappings:
Namespace Name Mixin selector official f
Lbkm;f:I
intermediary field_48816
Lnet/minecraft/class_9191;field_48816:I
named length
Lnet/minecraft/util/profiler/MultiValueDebugSampleLogImpl;length:I
-
-
Constructor Details
-
MultiValueDebugSampleLogImpl
public MultiValueDebugSampleLogImpl(int dimensions) - Mappings:
Namespace Name Mixin selector official <init>
Lbkm;<init>(I)V
intermediary <init>
Lnet/minecraft/class_9191;<init>(I)V
named <init>
Lnet/minecraft/util/profiler/MultiValueDebugSampleLogImpl;<init>(I)V
-
MultiValueDebugSampleLogImpl
public MultiValueDebugSampleLogImpl(int size, long[] defaults) - Mappings:
Namespace Name Mixin selector official <init>
Lbkk;<init>(I[J)V
intermediary <init>
Lnet/minecraft/class_9187;<init>(I[J)V
named <init>
Lnet/minecraft/util/profiler/log/ArrayDebugSampleLog;<init>(I[J)V
-
-
Method Details
-
onPush
protected void onPush()- Specified by:
onPush
in classArrayDebugSampleLog
- Mappings:
Namespace Name Mixin selector official a
Lbkk;a()V
intermediary method_56649
Lnet/minecraft/class_9187;method_56649()V
named onPush
Lnet/minecraft/util/profiler/log/ArrayDebugSampleLog;onPush()V
-
getDimension
public int getDimension()- Specified by:
getDimension
in interfaceMultiValueDebugSampleLog
- Mappings:
Namespace Name Mixin selector official c
Lbkq;c()I
intermediary method_56662
Lnet/minecraft/class_9194;method_56662()I
named getDimension
Lnet/minecraft/util/profiler/log/MultiValueDebugSampleLog;getDimension()I
-
getLength
public int getLength()- Specified by:
getLength
in interfaceMultiValueDebugSampleLog
- Mappings:
Namespace Name Mixin selector official d
Lbkq;d()I
intermediary method_56663
Lnet/minecraft/class_9194;method_56663()I
named getLength
Lnet/minecraft/util/profiler/log/MultiValueDebugSampleLog;getLength()I
-
get
public long get(int index) - Specified by:
get
in interfaceMultiValueDebugSampleLog
- Mappings:
Namespace Name Mixin selector official a
Lbkq;a(I)J
intermediary method_56659
Lnet/minecraft/class_9194;method_56659(I)J
named get
Lnet/minecraft/util/profiler/log/MultiValueDebugSampleLog;get(I)J
-
get
public long get(int index, int dimension) - Specified by:
get
in interfaceMultiValueDebugSampleLog
- Mappings:
Namespace Name Mixin selector official a
Lbkq;a(II)J
intermediary method_56660
Lnet/minecraft/class_9194;method_56660(II)J
named get
Lnet/minecraft/util/profiler/log/MultiValueDebugSampleLog;get(II)J
-
wrap
private int wrap(int index) - Mappings:
Namespace Name Mixin selector official b
Lbkm;b(I)I
intermediary method_56661
Lnet/minecraft/class_9191;method_56661(I)I
named wrap
Lnet/minecraft/util/profiler/MultiValueDebugSampleLogImpl;wrap(I)I
-
clear
public void clear()- Specified by:
clear
in interfaceMultiValueDebugSampleLog
- Mappings:
Namespace Name Mixin selector official e
Lbkq;e()V
intermediary method_56664
Lnet/minecraft/class_9194;method_56664()V
named clear
Lnet/minecraft/util/profiler/log/MultiValueDebugSampleLog;clear()V
-