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

14 lines
683 B
Plaintext

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;
METHOD <init> (Ljava/util/function/IntSupplier;)V
ARG 1 tickSupplier
METHOD method_16055 getController ()Lnet/minecraft/class_3689$class_3690;