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

14 lines
683 B
Plaintext
Raw Normal View History

2019-06-28 17:55:20 -04:00
CLASS net/minecraft/class_3689 net/minecraft/util/profiler/DisableableProfiler
CLASS class_3690 ProfilerController
METHOD method_16057 isEnabled ()Z
METHOD method_16058 disable ()Lnet/minecraft/class_3696;
METHOD method_16059 getResults ()Lnet/minecraft/class_3696;
METHOD method_16060 enable ()V
CLASS class_3691 ProfilerControllerImpl
FIELD field_16272 profiler Lnet/minecraft/class_3693;
FIELD field_16269 tickSupplier Ljava/util/function/IntSupplier;
FIELD field_16270 controller Lnet/minecraft/class_3689$class_3691;
2019-01-09 11:05:18 -05:00
METHOD <init> (Ljava/util/function/IntSupplier;)V
ARG 1 tickSupplier
2019-06-28 17:55:20 -04:00
METHOD method_16055 getController ()Lnet/minecraft/class_3689$class_3690;