yarn/mappings/net/minecraft/resource/ResourcePackCompatibility.m...

13 lines
378 B
Plaintext
Raw Normal View History

2019-04-18 17:01:39 -04:00
CLASS ws net/minecraft/resource/ResourcePackCompatibility
FIELD a TOO_OLD Lws;
FIELD b TOO_NEW Lws;
2019-03-20 13:56:26 -04:00
FIELD d notification Ljm;
FIELD e confirmMessage Ljm;
METHOD <init> (Ljava/lang/String;ILjava/lang/String;)V
ARG 3 translationSuffix
METHOD a isCompatible ()Z
2019-04-18 17:01:39 -04:00
METHOD a from (I)Lws;
ARG 0 packVersion
2019-03-20 13:56:26 -04:00
METHOD b getNotification ()Ljm;
METHOD c getConfirmMessage ()Ljm;