Interface PerformanceLog

All Known Implementing Classes:
class_9187, class_9191, class_9193

public interface PerformanceLog
Mappings:
Namespace Name
official bil
intermediary net/minecraft/class_8743
named net/minecraft/util/profiler/PerformanceLog
  • Method Summary

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

    • method_56650

      void method_56650(long[] long2)
      Mappings:
      Namespace Name Mixin selector
      official a Lbil;a([J)V
      intermediary method_56650 Lnet/minecraft/class_8743;method_56650([J)V
      named method_56650 Lnet/minecraft/util/profiler/PerformanceLog;method_56650([J)V
    • push

      void push(long value)
      Mappings:
      Namespace Name Mixin selector
      official a Lbil;a(J)V
      intermediary method_53066 Lnet/minecraft/class_8743;method_53066(J)V
      named push Lnet/minecraft/util/profiler/PerformanceLog;push(J)V
    • push

      void push(long value, int column)
      Mappings:
      Namespace Name Mixin selector
      official a Lbil;a(JI)V
      intermediary method_56535 Lnet/minecraft/class_8743;method_56535(JI)V
      named push Lnet/minecraft/util/profiler/PerformanceLog;push(JI)V