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 named net/minecraft/util/profiler/log/ArrayDebugSampleLogintermediary net/minecraft/class_9187official brs
- 
Field Details
- 
defaults
protected final long[] defaults- Mappings:
 Namespace Name Mixin selector named defaultsLnet/minecraft/util/profiler/log/ArrayDebugSampleLog;defaults:[Jintermediary field_48806Lnet/minecraft/class_9187;field_48806:[Jofficial aLbrs;a:[J
 - 
values
protected final long[] values- Mappings:
 Namespace Name Mixin selector named valuesLnet/minecraft/util/profiler/log/ArrayDebugSampleLog;values:[Jintermediary field_48807Lnet/minecraft/class_9187;field_48807:[Jofficial bLbrs;b:[J
 
 - 
 - 
Constructor Details
- 
ArrayDebugSampleLog
protected ArrayDebugSampleLog(int size, long[] defaults) - Mappings:
 Namespace Name Mixin selector named <init>Lnet/minecraft/util/profiler/log/ArrayDebugSampleLog;<init>(I[J)Vintermediary <init>Lnet/minecraft/class_9187;<init>(I[J)Vofficial <init>Lbrs;<init>(I[J)V
 
 - 
 - 
Method Details
- 
set
public void set(long[] values) - Specified by:
 setin interfaceDebugSampleLog- Mappings:
 Namespace Name Mixin selector named setLnet/minecraft/util/profiler/log/DebugSampleLog;set([J)Vintermediary method_56650Lnet/minecraft/class_8743;method_56650([J)Vofficial aLbrx;a([J)V
 - 
push
public void push(long value) - Specified by:
 pushin interfaceDebugSampleLog- Mappings:
 Namespace Name Mixin selector named pushLnet/minecraft/util/profiler/log/DebugSampleLog;push(J)Vintermediary method_53066Lnet/minecraft/class_8743;method_53066(J)Vofficial aLbrx;a(J)V
 - 
push
public void push(long value, int column) - Specified by:
 pushin interfaceDebugSampleLog- Mappings:
 Namespace Name Mixin selector named pushLnet/minecraft/util/profiler/log/DebugSampleLog;push(JI)Vintermediary method_56535Lnet/minecraft/class_8743;method_56535(JI)Vofficial aLbrx;a(JI)V
 - 
onPush
protected abstract void onPush()- Mappings:
 Namespace Name Mixin selector named onPushLnet/minecraft/util/profiler/log/ArrayDebugSampleLog;onPush()Vintermediary method_56649Lnet/minecraft/class_9187;method_56649()Vofficial aLbrs;a()V
 - 
clearValues
protected void clearValues()- Mappings:
 Namespace Name Mixin selector named clearValuesLnet/minecraft/util/profiler/log/ArrayDebugSampleLog;clearValues()Vintermediary method_56651Lnet/minecraft/class_9187;method_56651()Vofficial bLbrs;b()V
 
 -