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

21 lines
645 B
Plaintext

CLASS bgb net/minecraft/world/level/LevelInfo
FIELD a seed J
FIELD b gameMode Lbfu;
FIELD c structures Z
FIELD d hardcore Z
FIELD e generatorType Lbge;
FIELD f commands Z
FIELD g bonusChest Z
FIELD h generatorOptions Lcom/google/gson/JsonElement;
METHOD a setBonusChest ()Lbgb;
METHOD a setGeneratorOptions (Lcom/google/gson/JsonElement;)Lbgb;
METHOD b enableCommands ()Lbgb;
METHOD c hasBonusChest ()Z
METHOD d getSeed ()J
METHOD e getGameMode ()Lbfu;
METHOD f isHardcore ()Z
METHOD g hasStructures ()Z
METHOD h getGeneratorType ()Lbge;
METHOD i allowCommands ()Z
METHOD j getGeneratorOptions ()Lcom/google/gson/JsonElement;