yarn/mappings/net/minecraft/util/profiler/DisableableProfiler.mapping

14 lines
444 B
Plaintext

CLASS afu net/minecraft/util/profiler/DisableableProfiler
CLASS afu$a ProfilerController
METHOD a isEnabled ()Z
METHOD b disable ()Lafx;
METHOD c getResults ()Lafx;
METHOD d enable ()V
CLASS afu$b ProfilerControllerImpl
FIELD a profiler Lafw;
FIELD b tickSupplier Ljava/util/function/IntSupplier;
FIELD c controller Lafu$b;
METHOD <init> (Ljava/util/function/IntSupplier;)V
ARG 1 tickSupplier
METHOD d getController ()Lafu$a;