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

16 lines
489 B
Plaintext
Raw Normal View History

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