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

18 lines
508 B
Plaintext
Raw Normal View History

2019-03-27 14:35:10 -04:00
CLASS agr net/minecraft/world/Difficulty
FIELD a PEACEFUL Lagr;
FIELD b EASY Lagr;
FIELD c NORMAL Lagr;
FIELD d HARD Lagr;
FIELD e DIFFICULTIES [Lagr;
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-03-27 14:35:10 -04:00
METHOD a getDifficulty (I)Lagr;
2019-02-10 02:49:48 -05:00
ARG 0 difficulty
2019-03-27 14:35:10 -04:00
METHOD a getDifficulty (Ljava/lang/String;)Lagr;
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;