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

17 lines
519 B
Plaintext
Raw Normal View History

2019-04-10 11:36:17 -04:00
CLASS ctn net/minecraft/client/util/Monitor
FIELD a monitorTracker Lctr;
2018-11-06 14:26:53 -05:00
FIELD b handle J
FIELD c videoModes Ljava/util/List;
2019-04-10 11:36:17 -04:00
FIELD d currentVideoMode Lctt;
2018-11-06 14:26:53 -05:00
FIELD e x I
FIELD f y I
METHOD a populateVideoModes ()V
2019-04-10 11:36:17 -04:00
METHOD a getVideoMode (I)Lctt;
METHOD a findClosestVideoMode (Ljava/util/Optional;)Lctt;
METHOD b getCurrentVideoMode ()Lctt;
2018-11-06 14:26:53 -05:00
METHOD b findClosestVideoModeIndex (Ljava/util/Optional;)I
METHOD c getViewportX ()I
METHOD d getViewportY ()I
METHOD e getVideoModeCount ()I
METHOD f getHandle ()J