yarn/mappings/net/minecraft/resource/ProfilingResourceReloadHand...

11 lines
461 B
Plaintext
Raw Normal View History

2019-03-14 08:57:09 -04:00
CLASS ww net/minecraft/resource/ProfilingResourceReloadHandler
2019-03-14 15:41:19 -04:00
CLASS ww$a ProfilingInformation
2019-02-14 14:54:51 -05:00
FIELD a name Ljava/lang/String;
2019-03-14 08:57:09 -04:00
FIELD b prepareProfile Lafu;
FIELD c applyProfile Lafu;
2019-02-14 14:54:51 -05:00
FIELD d prepareTimeMs Ljava/util/concurrent/atomic/AtomicLong;
FIELD e applyTimeMs Ljava/util/concurrent/atomic/AtomicLong;
FIELD d LOGGER Lorg/apache/logging/log4j/Logger;
FIELD e reloadTimer Lcom/google/common/base/Stopwatch;
METHOD a finish (Ljava/util/List;)V