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

32 lines
895 B
Plaintext
Raw Normal View History

2016-09-20 11:18:54 -04:00
CLASS none/aiz net/minecraft/world/level/LevelInfo
FIELD a seed J
2016-09-20 11:18:54 -04:00
FIELD b gameMode Lnone/aiu;
FIELD c structures Z
FIELD d hardcore Z
2016-09-20 11:18:54 -04:00
FIELD e generatorType Lnone/ajb;
FIELD f commands Z
FIELD g bonusChest Z
FIELD h generatorOptions Ljava/lang/String;
2016-09-20 11:18:54 -04:00
METHOD <init> (JLnone/aiu;ZZLnone/ajb;)V
ARG 0 seed
ARG 1 gameMode
ARG 2 structures
ARG 3 hardcore
ARG 4 generatorType
2016-09-20 11:18:54 -04:00
METHOD <init> (Lnone/bau;)V
ARG 0 properties
2016-09-20 11:18:54 -04:00
METHOD a setBonusChest ()Lnone/aiz;
METHOD a getGameModeById (I)Lnone/aiu;
ARG 0 id
2016-09-20 11:18:54 -04:00
METHOD a setGeneratorOptions (Ljava/lang/String;)Lnone/aiz;
ARG 0 value
2016-09-20 11:18:54 -04:00
METHOD b enableCommands ()Lnone/aiz;
METHOD c hasBonusChest ()Z
METHOD d getSeed ()J
2016-09-20 11:18:54 -04:00
METHOD e getGameMode ()Lnone/aiu;
METHOD f isHardcore ()Z
METHOD g hasStructures ()Z
2016-09-20 11:18:54 -04:00
METHOD h getGeneratorType ()Lnone/ajb;
METHOD i allowCommands ()Z
METHOD j getGeneratorOptions ()Ljava/lang/String;