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

19 lines
522 B
Plaintext

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