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

19 lines
522 B
Plaintext
Raw Normal View History

2019-01-24 11:47:45 -05:00
CLASS bcq net/minecraft/world/level/LevelInfo
FIELD a seed J
2019-01-24 11:47:45 -05:00
FIELD b gameMode Lbci;
FIELD c structures Z
FIELD d hardcore Z
2019-01-24 11:47:45 -05:00
FIELD e generatorType Lbct;
FIELD f commands Z
FIELD g bonusChest Z
2019-01-24 11:47:45 -05:00
METHOD a setBonusChest ()Lbcq;
METHOD b enableCommands ()Lbcq;
METHOD c hasBonusChest ()Z
METHOD d getSeed ()J
2019-01-24 11:47:45 -05:00
METHOD e getGameMode ()Lbci;
METHOD f isHardcore ()Z
METHOD g hasStructures ()Z
2019-01-24 11:47:45 -05:00
METHOD h getGeneratorType ()Lbct;
METHOD i allowCommands ()Z
METHOD j getGeneratorOptions ()Lcom/google/gson/JsonElement;