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

17 lines
519 B
Plaintext
Raw Normal View History

2019-02-06 15:22:24 -05:00
CLASS cow net/minecraft/client/util/Monitor
FIELD a monitorTracker Lcpa;
2018-11-06 14:26:53 -05:00
FIELD b handle J
FIELD c videoModes Ljava/util/List;
2019-02-06 15:22:24 -05:00
FIELD d currentVideoMode Lcpc;
2018-11-06 14:26:53 -05:00
FIELD e x I
FIELD f y I
METHOD a populateVideoModes ()V
2019-02-06 15:22:24 -05:00
METHOD a getVideoMode (I)Lcpc;
METHOD a findClosestVideoMode (Ljava/util/Optional;)Lcpc;
METHOD b getCurrentVideoMode ()Lcpc;
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