yarn/mappings/net/minecraft/client/util/MonitorTracker.mapping

13 lines
378 B
Plaintext
Raw Normal View History

2018-12-31 16:37:56 -05:00
CLASS cod net/minecraft/client/util/MonitorTracker
FIELD a pointerToMonitorMap Ljava/util/Map;
FIELD b pointerToWindowMap Ljava/util/Map;
FIELD c windowToMonitorMap Ljava/util/Map;
FIELD d monitorFactory Lcoa;
METHOD a stop ()V
METHOD a getMonitor (J)Lcnz;
ARG 1 pointer
METHOD a handleMonitorEvent (JI)V
ARG 1 monitor
ARG 3 event
METHOD a getMonitor (Lcog;)Lcnz;