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/DebugSampleLog- intermediary - net/minecraft/class_8743- official - bnh
- 
Method Summary
- 
Method Details- 
setvoid set(long[] values) - Mappings:
- Namespace - Name - Mixin selector - named - set- Lnet/minecraft/util/profiler/log/DebugSampleLog;set([J)V- intermediary - method_56650- Lnet/minecraft/class_8743;method_56650([J)V- official - a- Lbnh;a([J)V
 
- 
pushvoid push(long value) - Mappings:
- Namespace - Name - Mixin selector - named - push- Lnet/minecraft/util/profiler/log/DebugSampleLog;push(J)V- intermediary - method_53066- Lnet/minecraft/class_8743;method_53066(J)V- official - a- Lbnh;a(J)V
 
- 
pushvoid push(long value, int column) - Mappings:
- Namespace - Name - Mixin selector - named - push- Lnet/minecraft/util/profiler/log/DebugSampleLog;push(JI)V- intermediary - method_56535- Lnet/minecraft/class_8743;method_56535(JI)V- official - a- Lbnh;a(JI)V
 
 
-