Interface MultiValueDebugSampleLog

All Known Implementing Classes:
MultiValueDebugSampleLogImpl

public interface MultiValueDebugSampleLog
Mappings:
Namespace Name
named net/minecraft/util/profiler/log/MultiValueDebugSampleLog
intermediary net/minecraft/class_9194
official blv
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    long
    get(int index)
     
    long
    get(int index, int dimension)
     
    int
     
    int
     
  • Method Details

    • getDimension

      int getDimension()
      Mappings:
      Namespace Name Mixin selector
      named getDimension Lnet/minecraft/util/profiler/log/MultiValueDebugSampleLog;getDimension()I
      intermediary method_56662 Lnet/minecraft/class_9194;method_56662()I
      official c Lblv;c()I
    • getLength

      int getLength()
      Mappings:
      Namespace Name Mixin selector
      named getLength Lnet/minecraft/util/profiler/log/MultiValueDebugSampleLog;getLength()I
      intermediary method_56663 Lnet/minecraft/class_9194;method_56663()I
      official d Lblv;d()I
    • get

      long get(int index)
      Mappings:
      Namespace Name Mixin selector
      named get Lnet/minecraft/util/profiler/log/MultiValueDebugSampleLog;get(I)J
      intermediary method_56659 Lnet/minecraft/class_9194;method_56659(I)J
      official a Lblv;a(I)J
    • get

      long get(int index, int dimension)
      Mappings:
      Namespace Name Mixin selector
      named get Lnet/minecraft/util/profiler/log/MultiValueDebugSampleLog;get(II)J
      intermediary method_56660 Lnet/minecraft/class_9194;method_56660(II)J
      official a Lblv;a(II)J
    • clear

      void clear()
      Mappings:
      Namespace Name Mixin selector
      named clear Lnet/minecraft/util/profiler/log/MultiValueDebugSampleLog;clear()V
      intermediary method_56664 Lnet/minecraft/class_9194;method_56664()V
      official e Lblv;e()V