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

14 lines
444 B
Plaintext

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