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

14 lines
444 B
Plaintext
Raw Normal View History

2019-02-13 12:35:08 -05:00
CLASS afi net/minecraft/util/profiler/DisableableProfiler
CLASS afi$a ProfilerController
METHOD a isEnabled ()Z
2019-02-13 12:35:08 -05:00
METHOD b disable ()Lafl;
METHOD c getResults ()Lafl;
METHOD d enable ()V
2019-02-13 12:35:08 -05:00
CLASS afi$b ProfilerControllerImpl
FIELD a profiler Lafk;
2019-01-09 11:05:18 -05:00
FIELD b tickSupplier Ljava/util/function/IntSupplier;
2019-02-13 12:35:08 -05:00
FIELD c controller Lafi$b;
2019-01-09 11:05:18 -05:00
METHOD <init> (Ljava/util/function/IntSupplier;)V
ARG 1 tickSupplier
2019-02-13 12:35:08 -05:00
METHOD d getController ()Lafi$a;