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

11 lines
461 B
Plaintext
Raw Normal View History

2019-03-20 13:56:26 -04:00
CLASS wx net/minecraft/resource/ProfilingResourceReloadHandler
CLASS wx$a ProfilingInformation
2019-02-14 14:54:51 -05:00
FIELD a name Ljava/lang/String;
2019-03-20 13:56:26 -04:00
FIELD b prepareProfile Lafw;
FIELD c applyProfile Lafw;
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