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

11 lines
339 B
Plaintext
Raw Normal View History

2019-01-09 11:05:18 -05:00
CLASS aer net/minecraft/util/profiler/DummyProfiler
FIELD a INSTANCE Laer;
METHOD a startTick ()V
METHOD a push (Ljava/lang/String;)V
METHOD a push (Ljava/util/function/Supplier;)V
METHOD b endTick ()V
METHOD b swap (Ljava/lang/String;)V
METHOD b swap (Ljava/util/function/Supplier;)V
METHOD c pop ()V
METHOD d getResults ()Laet;