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

11 lines
461 B
Plaintext
Raw Normal View History

2019-03-27 14:35:10 -04:00
CLASS wy net/minecraft/resource/ProfilingResourceReloadHandler
CLASS wy$a ProfilingInformation
2019-02-14 14:54:51 -05:00
FIELD a name Ljava/lang/String;
2019-03-27 14:35:10 -04:00
FIELD b prepareProfile Lafx;
FIELD c applyProfile Lafx;
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