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

14 lines
444 B
Plaintext
Raw Normal View History

2019-06-07 07:45:25 -04:00
CLASS agg net/minecraft/util/profiler/DisableableProfiler
CLASS agg$a ProfilerController
METHOD a isEnabled ()Z
2019-06-07 07:45:25 -04:00
METHOD b disable ()Lagj;
METHOD c getResults ()Lagj;
METHOD d enable ()V
2019-06-07 07:45:25 -04:00
CLASS agg$b ProfilerControllerImpl
FIELD a profiler Lagi;
2019-05-07 12:05:49 -04:00
FIELD c tickSupplier Ljava/util/function/IntSupplier;
2019-06-07 07:45:25 -04:00
FIELD d controller Lagg$b;
2019-01-09 11:05:18 -05:00
METHOD <init> (Ljava/util/function/IntSupplier;)V
ARG 1 tickSupplier
2019-06-07 07:45:25 -04:00
METHOD d getController ()Lagg$a;