yarn/mappings/net/minecraft/world/level/LevelInfo.mapping

19 lines
522 B
Plaintext
Raw Normal View History

2018-11-29 15:10:38 -05:00
CLASS bav net/minecraft/world/level/LevelInfo
FIELD a seed J
2018-11-29 15:10:38 -05:00
FIELD b gameMode Lban;
FIELD c structures Z
FIELD d hardcore Z
2018-11-29 15:10:38 -05:00
FIELD e generatorType Lbaz;
FIELD f commands Z
FIELD g bonusChest Z
2018-11-29 15:10:38 -05:00
METHOD a setBonusChest ()Lbav;
METHOD b enableCommands ()Lbav;
METHOD c hasBonusChest ()Z
METHOD d getSeed ()J
2018-11-29 15:10:38 -05:00
METHOD e getGameMode ()Lban;
METHOD f isHardcore ()Z
METHOD g hasStructures ()Z
2018-11-29 15:10:38 -05:00
METHOD h getGeneratorType ()Lbaz;
METHOD i allowCommands ()Z
METHOD j getGeneratorOptions ()Lcom/google/gson/JsonElement;