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

17 lines
439 B
Plaintext
Raw Normal View History

2019-04-10 11:36:17 -04:00
CLASS ctr net/minecraft/client/util/MonitorTracker
2018-12-31 16:37:56 -05:00
FIELD a pointerToMonitorMap Ljava/util/Map;
FIELD b pointerToWindowMap Ljava/util/Map;
FIELD c windowToMonitorMap Ljava/util/Map;
2019-04-10 11:36:17 -04:00
FIELD d monitorFactory Lcto;
2018-12-31 16:37:56 -05:00
METHOD a stop ()V
METHOD a clamp (III)I
ARG 0 value
ARG 1 min
ARG 2 max
2019-04-10 11:36:17 -04:00
METHOD a getMonitor (J)Lctn;
2018-12-31 16:37:56 -05:00
ARG 1 pointer
METHOD a handleMonitorEvent (JI)V
ARG 1 monitor
ARG 3 event
2019-04-10 11:36:17 -04:00
METHOD a getMonitor (Lctu;)Lctn;