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

17 lines
439 B
Plaintext

CLASS ctr 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 Lcto;
METHOD a stop ()V
METHOD a clamp (III)I
ARG 0 value
ARG 1 min
ARG 2 max
METHOD a getMonitor (J)Lctn;
ARG 1 pointer
METHOD a handleMonitorEvent (JI)V
ARG 1 monitor
ARG 3 event
METHOD a getMonitor (Lctu;)Lctn;