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

21 lines
645 B
Plaintext
Raw Normal View History

2019-04-05 12:03:47 -04:00
CLASS bhb net/minecraft/world/level/LevelInfo
FIELD a seed J
2019-04-05 12:03:47 -04:00
FIELD b gameMode Lbgu;
FIELD c structures Z
FIELD d hardcore Z
2019-04-05 12:03:47 -04:00
FIELD e generatorType Lbhe;
FIELD f commands Z
FIELD g bonusChest Z
FIELD h generatorOptions Lcom/google/gson/JsonElement;
2019-04-05 12:03:47 -04:00
METHOD a setBonusChest ()Lbhb;
METHOD a setGeneratorOptions (Lcom/google/gson/JsonElement;)Lbhb;
METHOD b enableCommands ()Lbhb;
METHOD c hasBonusChest ()Z
METHOD d getSeed ()J
2019-04-05 12:03:47 -04:00
METHOD e getGameMode ()Lbgu;
METHOD f isHardcore ()Z
METHOD g hasStructures ()Z
2019-04-05 12:03:47 -04:00
METHOD h getGeneratorType ()Lbhe;
METHOD i allowCommands ()Z
METHOD j getGeneratorOptions ()Lcom/google/gson/JsonElement;