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

25 lines
782 B
Plaintext
Raw Normal View History

2019-01-09 12:20:38 -05:00
CLASS aez net/minecraft/util/profiler/DisableableProfiler
CLASS aez$a ProfilerController
METHOD a isEnabled ()Z
METHOD b disable ()Lafc;
METHOD c getResults ()Lafc;
METHOD d enable ()V
CLASS aez$b ProfilerControllerImpl
FIELD a profiler Lafb;
METHOD a isEnabled ()Z
METHOD b disable ()Lafc;
METHOD c getResults ()Lafc;
METHOD d enable ()V
2019-01-09 11:05:18 -05:00
FIELD b tickSupplier Ljava/util/function/IntSupplier;
2019-01-09 12:20:38 -05:00
FIELD c controller Laez$b;
2019-01-09 11:05:18 -05:00
METHOD <init> (Ljava/util/function/IntSupplier;)V
ARG 1 tickSupplier
METHOD a startTick ()V
METHOD a push (Ljava/lang/String;)V
METHOD a push (Ljava/util/function/Supplier;)V
METHOD b endTick ()V
METHOD b swap (Ljava/lang/String;)V
METHOD b swap (Ljava/util/function/Supplier;)V
METHOD c pop ()V
2019-01-09 12:20:38 -05:00
METHOD d getController ()Laez$a;