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

17 lines
410 B
Plaintext

CLASS cnb net/minecraft/client/util/VideoMode
FIELD a width I
FIELD b height I
FIELD c redBits I
FIELD d greenBits I
FIELD e blueBits I
FIELD f refreshRate I
METHOD a getWidth ()I
METHOD b getHeight ()I
METHOD c getRedBits ()I
METHOD d getGreenBits ()I
METHOD e getBlueBits ()I
METHOD equals (Ljava/lang/Object;)Z
ARG 0 object
METHOD f getRefreshRate ()I
METHOD g asString ()Ljava/lang/String;