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

14 lines
444 B
Plaintext
Raw Normal View History

2019-03-14 08:57:09 -04:00
CLASS afr net/minecraft/util/profiler/DisableableProfiler
2019-03-14 15:41:19 -04:00
CLASS afr$a ProfilerController
METHOD a isEnabled ()Z
2019-03-14 08:57:09 -04:00
METHOD b disable ()Lafu;
METHOD c getResults ()Lafu;
METHOD d enable ()V
2019-03-14 15:41:19 -04:00
CLASS afr$b ProfilerControllerImpl
2019-03-14 08:57:09 -04:00
FIELD a profiler Laft;
2019-01-09 11:05:18 -05:00
FIELD b tickSupplier Ljava/util/function/IntSupplier;
2019-03-14 08:57:09 -04:00
FIELD c controller Lafr$b;
2019-01-09 11:05:18 -05:00
METHOD <init> (Ljava/util/function/IntSupplier;)V
ARG 1 tickSupplier
2019-03-14 08:57:09 -04:00
METHOD d getController ()Lafr$a;