Package net.minecraft.util.profiler.log
Class ArrayDebugSampleLog
java.lang.Object
net.minecraft.util.profiler.log.ArrayDebugSampleLog
- All Implemented Interfaces:
DebugSampleLog
- Direct Known Subclasses:
MultiValueDebugSampleLogImpl,SubscribableDebugSampleLog
- Mappings:
Namespace Name official bjxintermediary net/minecraft/class_9187named net/minecraft/util/profiler/log/ArrayDebugSampleLog
-
Field Details
-
defaults
protected final long[] defaults- Mappings:
Namespace Name Mixin selector official aLbjx;a:[Jintermediary field_48806Lnet/minecraft/class_9187;field_48806:[Jnamed defaultsLnet/minecraft/util/profiler/log/ArrayDebugSampleLog;defaults:[J
-
values
protected final long[] values- Mappings:
Namespace Name Mixin selector official bLbjx;b:[Jintermediary field_48807Lnet/minecraft/class_9187;field_48807:[Jnamed valuesLnet/minecraft/util/profiler/log/ArrayDebugSampleLog;values:[J
-
-
Constructor Details
-
ArrayDebugSampleLog
protected ArrayDebugSampleLog(int size, long[] defaults) - Mappings:
Namespace Name Mixin selector official <init>Lbjx;<init>(I[J)Vintermediary <init>Lnet/minecraft/class_9187;<init>(I[J)Vnamed <init>Lnet/minecraft/util/profiler/log/ArrayDebugSampleLog;<init>(I[J)V
-
-
Method Details
-
set
public void set(long[] values) - Specified by:
setin interfaceDebugSampleLog- Mappings:
Namespace Name Mixin selector official aLbkc;a([J)Vintermediary method_56650Lnet/minecraft/class_8743;method_56650([J)Vnamed setLnet/minecraft/util/profiler/log/DebugSampleLog;set([J)V
-
push
public void push(long value) - Specified by:
pushin interfaceDebugSampleLog- Mappings:
Namespace Name Mixin selector official aLbkc;a(J)Vintermediary method_53066Lnet/minecraft/class_8743;method_53066(J)Vnamed pushLnet/minecraft/util/profiler/log/DebugSampleLog;push(J)V
-
push
public void push(long value, int column) - Specified by:
pushin interfaceDebugSampleLog- Mappings:
Namespace Name Mixin selector official aLbkc;a(JI)Vintermediary method_56535Lnet/minecraft/class_8743;method_56535(JI)Vnamed pushLnet/minecraft/util/profiler/log/DebugSampleLog;push(JI)V
-
onPush
protected abstract void onPush()- Mappings:
Namespace Name Mixin selector official aLbjx;a()Vintermediary method_56649Lnet/minecraft/class_9187;method_56649()Vnamed onPushLnet/minecraft/util/profiler/log/ArrayDebugSampleLog;onPush()V
-
clearValues
protected void clearValues()- Mappings:
Namespace Name Mixin selector official bLbjx;b()Vintermediary method_56651Lnet/minecraft/class_9187;method_56651()Vnamed clearValuesLnet/minecraft/util/profiler/log/ArrayDebugSampleLog;clearValues()V
-