Class ArrayDebugSampleLog

java.lang.Object
net.minecraft.util.profiler.log.ArrayDebugSampleLog
All Implemented Interfaces:
DebugSampleLog
Direct Known Subclasses:
MultiValueDebugSampleLogImpl, SubscribableDebugSampleLog

public abstract class ArrayDebugSampleLog extends Object implements DebugSampleLog
Mappings:
Namespace Name
named net/minecraft/util/profiler/log/ArrayDebugSampleLog
intermediary net/minecraft/class_9187
official blu
  • Field Details

    • defaults

      protected final long[] defaults
      Mappings:
      Namespace Name Mixin selector
      named defaults Lnet/minecraft/util/profiler/log/ArrayDebugSampleLog;defaults:[J
      intermediary field_48806 Lnet/minecraft/class_9187;field_48806:[J
      official a Lblu;a:[J
    • values

      protected final long[] values
      Mappings:
      Namespace Name Mixin selector
      named values Lnet/minecraft/util/profiler/log/ArrayDebugSampleLog;values:[J
      intermediary field_48807 Lnet/minecraft/class_9187;field_48807:[J
      official b Lblu;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)V
      intermediary <init> Lnet/minecraft/class_9187;<init>(I[J)V
      official <init> Lblu;<init>(I[J)V
  • Method Details

    • set

      public void set(long[] values)
      Specified by:
      set in interface DebugSampleLog
      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 Lblz;a([J)V
    • push

      public void push(long value)
      Specified by:
      push in interface DebugSampleLog
      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 Lblz;a(J)V
    • push

      public void push(long value, int column)
      Specified by:
      push in interface DebugSampleLog
      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 Lblz;a(JI)V
    • onPush

      protected abstract void onPush()
      Mappings:
      Namespace Name Mixin selector
      named onPush Lnet/minecraft/util/profiler/log/ArrayDebugSampleLog;onPush()V
      intermediary method_56649 Lnet/minecraft/class_9187;method_56649()V
      official a Lblu;a()V
    • clearValues

      protected void clearValues()
      Mappings:
      Namespace Name Mixin selector
      named clearValues Lnet/minecraft/util/profiler/log/ArrayDebugSampleLog;clearValues()V
      intermediary method_56651 Lnet/minecraft/class_9187;method_56651()V
      official b Lblu;b()V