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

14 lines
422 B
Plaintext
Raw Normal View History

2019-06-03 12:48:18 -04:00
CLASS ahb net/minecraft/world/Difficulty
FIELD e DIFFICULTIES [Lahb;
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-06-03 12:48:18 -04:00
METHOD a getDifficulty (I)Lahb;
2019-02-10 02:49:48 -05:00
ARG 0 difficulty
2019-06-03 12:48:18 -04:00
METHOD a getDifficulty (Ljava/lang/String;)Lahb;
2019-02-10 02:49:48 -05:00
ARG 0 translationKey
2019-03-20 13:56:26 -04:00
METHOD b toTextComponent ()Ljm;
METHOD c getTranslationKey ()Ljava/lang/String;