Interface SamplingRecorder.ValueConsumer

All Known Implementing Classes:
SamplingRecorder.HighPassValueConsumer
Enclosing class:
SamplingRecorder

@Environment(CLIENT)
public static interface SamplingRecorder.ValueConsumer
Mappings:
Namespace Name
official elc$b
intermediary net/minecraft/class_5965$class_5967
named net/minecraft/client/util/profiler/SamplingRecorder$ValueConsumer
  • Method Summary

    Modifier and Type Method Description
    void accept​(double value)  
  • Method Details

    • accept

      void accept​(double value)
      Mappings:
      Namespace Name Mixin selector
      official a Lelc$b;a(D)V
      intermediary method_34792 Lnet/minecraft/class_5965$class_5967;method_34792(D)V
      named accept Lnet/minecraft/client/util/profiler/SamplingRecorder$ValueConsumer;accept(D)V