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

23 lines
611 B
Plaintext
Raw Normal View History

2018-10-31 12:57:21 -04:00
CLASS azy net/minecraft/world/level/LevelInfo
FIELD a seed J
2018-10-31 12:57:21 -04:00
FIELD b gameMode Lazq;
FIELD c structures Z
FIELD d hardcore Z
2018-10-31 12:57:21 -04:00
FIELD e generatorType Lbaa;
FIELD f commands Z
FIELD g bonusChest Z
2018-10-31 12:57:21 -04:00
METHOD <init> (Lcer;)V
ARG 0 properties
2018-10-31 12:57:21 -04:00
METHOD a setBonusChest ()Lazy;
METHOD a getGameModeById (I)Lazq;
2017-05-13 02:02:51 -04:00
ARG 0 id
2018-10-31 12:57:21 -04:00
METHOD b enableCommands ()Lazy;
METHOD c hasBonusChest ()Z
METHOD d getSeed ()J
2018-10-31 12:57:21 -04:00
METHOD e getGameMode ()Lazq;
METHOD f isHardcore ()Z
METHOD g hasStructures ()Z
2018-10-31 12:57:21 -04:00
METHOD h getGeneratorType ()Lbaa;
METHOD i allowCommands ()Z
METHOD j getGeneratorOptions ()Lcom/google/gson/JsonElement;