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

21 lines
645 B
Plaintext
Raw Normal View History

2019-02-06 15:22:24 -05:00
CLASS bcy net/minecraft/world/level/LevelInfo
FIELD a seed J
2019-02-06 15:22:24 -05:00
FIELD b gameMode Lbcr;
FIELD c structures Z
FIELD d hardcore Z
2019-02-06 15:22:24 -05:00
FIELD e generatorType Lbdb;
FIELD f commands Z
FIELD g bonusChest Z
FIELD h generatorOptions Lcom/google/gson/JsonElement;
2019-02-06 15:22:24 -05:00
METHOD a setBonusChest ()Lbcy;
METHOD a setGeneratorOptions (Lcom/google/gson/JsonElement;)Lbcy;
2019-02-06 15:22:24 -05:00
METHOD b enableCommands ()Lbcy;
METHOD c hasBonusChest ()Z
METHOD d getSeed ()J
2019-02-06 15:22:24 -05:00
METHOD e getGameMode ()Lbcr;
METHOD f isHardcore ()Z
METHOD g hasStructures ()Z
2019-02-06 15:22:24 -05:00
METHOD h getGeneratorType ()Lbdb;
METHOD i allowCommands ()Z
METHOD j getGeneratorOptions ()Lcom/google/gson/JsonElement;