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 blt
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    push(long value)
     
    void
    push(long value, int column)
     
    void
    set(long[] values)
     
  • Method Details

    • set

      void 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 Lblt;a([J)V
    • push

      void 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 Lblt;a(J)V
    • push

      void 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 Lblt;a(JI)V