Package net.minecraft.util.profiler.log
Interface DebugSampleLog
- All Known Implementing Classes:
 ArrayDebugSampleLog,MultiValueDebugSampleLogImpl,SubscribableDebugSampleLog
public interface DebugSampleLog
- Mappings:
 Namespace Name named net/minecraft/util/profiler/log/DebugSampleLogintermediary net/minecraft/class_8743official bof
- 
Method Summary
 
- 
Method Details
- 
set
void set(long[] values) - Mappings:
 Namespace Name Mixin selector named setLnet/minecraft/util/profiler/log/DebugSampleLog;set([J)Vintermediary method_56650Lnet/minecraft/class_8743;method_56650([J)Vofficial aLbof;a([J)V
 - 
push
void push(long value) - Mappings:
 Namespace Name Mixin selector named pushLnet/minecraft/util/profiler/log/DebugSampleLog;push(J)Vintermediary method_53066Lnet/minecraft/class_8743;method_53066(J)Vofficial aLbof;a(J)V
 - 
push
void push(long value, int column) - Mappings:
 Namespace Name Mixin selector named pushLnet/minecraft/util/profiler/log/DebugSampleLog;push(JI)Vintermediary method_56535Lnet/minecraft/class_8743;method_56535(JI)Vofficial aLbof;a(JI)V
 
 -