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

14 lines
444 B
Plaintext

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