yarn/mappings/net/minecraft/world/Difficulty.mapping

16 lines
395 B
Plaintext
Raw Normal View History

2017-06-08 10:01:49 -04:00
CLASS tx net/minecraft/world/Difficulty
FIELD a PEACEFUL Ltx;
FIELD b EASY Ltx;
FIELD c NORMAL Ltx;
FIELD d HARD Ltx;
FIELD e VALUES [Ltx;
2016-08-17 17:15:57 -04:00
FIELD f id I
FIELD g translationKey Ljava/lang/String;
METHOD <init> (Ljava/lang/String;IILjava/lang/String;)V
ARG 0 id
ARG 1 translationKey
2016-08-17 17:15:57 -04:00
METHOD a getId ()I
2017-06-08 10:01:49 -04:00
METHOD a byId (I)Ltx;
2017-05-13 02:02:51 -04:00
ARG 0 id
2016-08-17 17:15:57 -04:00
METHOD b getTranslationKey ()Ljava/lang/String;