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

120 lines
3.4 KiB
Plaintext
Raw Normal View History

2017-04-05 07:31:24 -04:00
CLASS bdo net/minecraft/world/level/LevelProperties
2017-04-05 14:11:28 -04:00
CLASS bdo$1
METHOD a upgradeTag (Lqu;Lfc;I)Lfc;
FIELD A commandsAllowed Z
FIELD B initialized Z
2017-04-05 07:31:24 -04:00
FIELD C difficulty Lsu;
FIELD D difficultyLocked Z
FIELD E borderCenterX D
FIELD F borderCenterZ D
FIELD G borderSize D
FIELD H borderSizeLerpTime J
FIELD I borderSizeLerpTarget D
FIELD J borderSafeZone D
FIELD K borderDamagePerBlock D
FIELD L borderWarningBlocks I
FIELD M borderWarningTime I
FIELD N worldData Ljava/util/Map;
2017-04-05 07:31:24 -04:00
FIELD O gameRules Lalf;
FIELD a DEFAULT_DIFFICULTY Lsu;
2016-08-28 17:10:48 -04:00
FIELD b versionName Ljava/lang/String;
FIELD c versionId I
FIELD d versionSnapshot Z
FIELD e randomSeed J
2017-04-05 07:31:24 -04:00
FIELD f generatorType Laln;
FIELD g generatorOptions Ljava/lang/String;
FIELD h spawnX I
FIELD i spawnY I
FIELD j spawnZ I
FIELD k time J
FIELD l timeOfDay J
FIELD m lastPlayed J
FIELD n sizeOnDisk J
2017-04-05 07:31:24 -04:00
FIELD o playerData Lfc;
2016-09-22 12:02:21 -04:00
FIELD p playerWorldId I
FIELD q levelName Ljava/lang/String;
FIELD r version I
FIELD s clearWeatherTime I
FIELD t raining Z
FIELD u rainTime I
FIELD v thundering Z
FIELD w thunderTime I
2017-04-05 07:31:24 -04:00
FIELD x gameMode Lalg;
FIELD y structures Z
FIELD z hardcore Z
METHOD A getGeneratorOptions ()Ljava/lang/String;
METHOD B getBorderCenterX ()D
METHOD C getBorderCenterZ ()D
METHOD D getBorderSize ()D
METHOD E getBorderSizeLerpTime ()J
METHOD F getBorderSizeLerpTarget ()D
METHOD G getBorderSafeZone ()D
METHOD H getBorderDamagePerBlock ()D
METHOD I getBorderWarningBlocks ()I
METHOD J getBorderWarningTime ()I
METHOD K getVersionId ()I
METHOD L isVersionSnapshot ()Z
METHOD M getVersionName ()Ljava/lang/String;
METHOD a getSeed ()J
METHOD a setBorderSize (D)V
METHOD a setSpawnX (I)V
METHOD a setGameMode (Lalg;)V
METHOD a updateFromLevelInfo (Lall;)V
METHOD a setGeneratorType (Laln;)V
METHOD a getWorldData (Lawy;)Lfc;
METHOD a setWorldData (Lawy;Lfc;)V
METHOD a addToReport (Lc;)V
METHOD a setSpawnPos (Ldx;)V
METHOD a cloneWorldTag (Lfc;)Lfc;
METHOD a updateProperties (Lfc;Lfc;)V
METHOD a setLevelName (Ljava/lang/String;)V
METHOD a registerTagUpgraders (Lqv;)V
METHOD a setDifficulty (Lsu;)V
METHOD a setThundering (Z)V
METHOD b getSpawnX ()I
METHOD b setBorderSizeLerpTarget (D)V
METHOD b setSpawnY (I)V
METHOD b setTime (J)V
METHOD b setRaining (Z)V
METHOD c getSpawnY ()I
METHOD c borderCenterZ (D)V
METHOD c setSpawnZ (I)V
METHOD c setTimeOfDay (J)V
METHOD c setCommandsAllowed (Z)V
METHOD d getSpawnZ ()I
METHOD d setBorderCenterX (D)V
METHOD d setInitialized (Z)V
METHOD e getTime ()J
METHOD e setBorderSafeZone (D)V
METHOD e setVersion (I)V
METHOD e setBorderSizeLerpTime (J)V
METHOD e setDifficultyLocked (Z)V
METHOD f getTimeOfDay ()J
METHOD f setBorderDamagePerBlock (D)V
METHOD f setThunderTime (I)V
METHOD f setStructures (Z)V
METHOD g getSizeOnDisk ()J
METHOD g setRainTime (I)V
METHOD g setHardcore (Z)V
METHOD h getPlayerData ()Lfc;
METHOD i setClearWeatherTime (I)V
METHOD j getLevelName ()Ljava/lang/String;
METHOD j setBorderWarningBlocks (I)V
METHOD k getVersion ()I
METHOD k setBorderWarningTime (I)V
METHOD l getLastPlayed ()J
METHOD m isThundering ()Z
METHOD n getThunderTime ()I
METHOD o isRaining ()Z
METHOD p getRainTime ()I
METHOD q getGameMode ()Lalg;
METHOD r hasStructures ()Z
METHOD s isHardcore ()Z
METHOD t getGeneratorType ()Laln;
METHOD u areCommandsAllowed ()Z
METHOD v isInitialized ()Z
METHOD w getGameRules ()Lalf;
METHOD x getDifficulty ()Lsu;
METHOD y isDifficultyLocked ()Z
METHOD z getClearWeatherTime ()I