yarn/mappings/net/minecraft/world/WorldInfo.mapping

32 lines
930 B
Plaintext
Raw Normal View History

2016-09-12 06:08:56 -04:00
CLASS none/aiy net/minecraft/world/WorldInfo
FIELD a seed J
2016-09-12 06:08:56 -04:00
FIELD b gameMode Lnone/ait;
FIELD c structures Z
FIELD d hardcore Z
2016-09-12 06:08:56 -04:00
FIELD e worldGenerator Lnone/aja;
FIELD f commands Z
FIELD g bonusChest Z
FIELD h worldGeneratorSettings Ljava/lang/String;
2016-09-12 06:08:56 -04:00
METHOD <init> (JLnone/ait;ZZLnone/aja;)V
ARG 0 seed
ARG 1 gameMode
ARG 2 structures
ARG 3 hardcore
ARG 4 worldGenerator
2016-09-12 06:08:56 -04:00
METHOD <init> (Lnone/bat;)V
ARG 0 worldProperties
2016-09-12 06:08:56 -04:00
METHOD a setBonusChest ()Lnone/aiy;
METHOD a getGameModeById (I)Lnone/ait;
ARG 0 id
2016-09-12 06:08:56 -04:00
METHOD a setWorldGeneratorSettings (Ljava/lang/String;)Lnone/aiy;
ARG 0 newGeneratorSettings
2016-09-12 06:08:56 -04:00
METHOD b enableCommands ()Lnone/aiy;
METHOD c hasBonusChest ()Z
METHOD d getSeed ()J
2016-09-12 06:08:56 -04:00
METHOD e getGameMode ()Lnone/ait;
METHOD f isHardcore ()Z
METHOD g hasStructures ()Z
2016-09-12 06:08:56 -04:00
METHOD h getWorldGenerator ()Lnone/aja;
METHOD i allowCommands ()Z
METHOD j getWorldGeneratorSettings ()Ljava/lang/String;