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

15 lines
385 B
Plaintext

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;
FIELD f id I
FIELD g translationKey Ljava/lang/String;
METHOD <init> (Ljava/lang/String;IILjava/lang/String;)V
ARG 3 id
METHOD a getId ()I
METHOD a byId (I)Lafx;
ARG 0 id
METHOD c getTranslationKey ()Ljava/lang/String;