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

14 lines
444 B
Plaintext

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