Interface SamplingRecorder.ValueConsumer

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

public static interface SamplingRecorder.ValueConsumer
Mappings:
Namespace Name
official apz$c
intermediary net/minecraft/class_5965$class_5967
named net/minecraft/client/util/profiler/SamplingRecorder$ValueConsumer
  • Method Summary

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

    • accept

      boolean accept(double value)
      Mappings:
      Namespace Name Mixin selector
      official test Lapz$c;test(D)Z
      intermediary method_34792 Lnet/minecraft/class_5965$class_5967;method_34792(D)Z
      named accept Lnet/minecraft/client/util/profiler/SamplingRecorder$ValueConsumer;accept(D)Z