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

17 lines
519 B
Plaintext
Raw Normal View History

2019-06-19 13:48:53 -04:00
CLASS cua net/minecraft/client/util/Monitor
FIELD a monitorTracker Lcue;
2018-11-06 14:26:53 -05:00
FIELD b handle J
FIELD c videoModes Ljava/util/List;
2019-06-19 13:48:53 -04:00
FIELD d currentVideoMode Lcug;
2018-11-06 14:26:53 -05:00
FIELD e x I
FIELD f y I
METHOD a populateVideoModes ()V
2019-06-19 13:48:53 -04:00
METHOD a getVideoMode (I)Lcug;
METHOD a findClosestVideoMode (Ljava/util/Optional;)Lcug;
METHOD b getCurrentVideoMode ()Lcug;
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