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

15 lines
385 B
Plaintext
Raw Normal View History

2019-01-30 12:48:39 -05:00
CLASS afx net/minecraft/world/Difficulty
FIELD a PEACEFUL Lafx;
FIELD b EASY Lafx;
FIELD c NORMAL Lafx;
FIELD d HARD Lafx;
FIELD e difficultyId [Lafx;
2016-08-17 17:15:57 -04:00
FIELD f id I
FIELD g translationKey Ljava/lang/String;
2018-12-12 12:22:18 -05:00
METHOD <init> (Ljava/lang/String;IILjava/lang/String;)V
2018-11-04 07:22:38 -05:00
ARG 3 id
2016-08-17 17:15:57 -04:00
METHOD a getId ()I
2019-01-30 12:48:39 -05:00
METHOD a byId (I)Lafx;
2017-05-13 02:02:51 -04:00
ARG 0 id
METHOD c getTranslationKey ()Ljava/lang/String;