Mapped some world stuff. Partially related to saving.

This commit is contained in:
Tyler Hancock 2016-08-23 19:43:20 -06:00
parent e8f2f9bf1c
commit f63bd5ed92
No known key found for this signature in database
GPG Key ID: 13A751B7F43C05B7
4 changed files with 74 additions and 9 deletions

View File

@ -1,14 +1,20 @@
CLASS none/aiu net/minecraft/world/World
FIELD B lootTableHandler Lnone/bbj;
FIELD C profiler Lnone/os;
FIELD E isRemote Z
FIELD E isClient Z
FIELD L calendar Ljava/util/Calendar;
FIELD N border Lnone/atd;
FIELD a seaLevel I
FIELD i playerList Ljava/util/List;
FIELD r rand Ljava/util/Random;
FIELD u listeners Ljava/util/List;
FIELD v chunkProvider Lnone/ath;
FIELD x info Lnone/bar;
METHOD <init> (Lnone/bas;Lnone/bar;Lnone/auc;Lnone/os;Z)V
ARG 4 isClient
METHOD E isValidHeight (Lnone/cn;)Z
ARG 0 pos
METHOD R getSpawnPos ()Lnone/cn;
METHOD U getGameRules ()Lnone/air;
METHOD a getEntityById (I)Lnone/se;
ARG 0 id
@ -46,7 +52,11 @@ CLASS none/aiu net/minecraft/world/World
ARG 0 entity
METHOD ae getDifficulty ()Lnone/qx;
METHOD aj getWorldBorder ()Lnone/atd;
METHOD ak getLootTableHandler ()Lnone/bbj;
METHOD b getBiome (Lnone/cn;)Lnone/ajh;
METHOD d isSpawnChunk (II)Z
ARG 0 chunkX
ARG 1 chunkY
METHOD d isAir (Lnone/cn;)Z
METHOD f (Lnone/cn;)Lnone/atm;
ARG 0 pos

View File

@ -1,4 +0,0 @@
CLASS none/aue
CLASS none/aue$1
METHOD f getCenterX ()D
METHOD g getCenterZ ()D

View File

@ -1,3 +1,66 @@
CLASS none/bao
METHOD a getSeed ()J
METHOD a setSpawnX (I)V
ARG 0 spawnY
METHOD a setWorldName (Ljava/lang/String;)V
ARG 0 worldName
METHOD a setWorldGenerator (Lnone/aiz;)V
ARG 0 worldGenerator
METHOD a getDimensionTag (Lnone/aud;)Lnone/dt;
ARG 0 dimension
METHOD a setDimensionTag (Lnone/aud;Lnone/dt;)V
ARG 0 dimension
ARG 1 tag
METHOD a setSpawnPos (Lnone/cn;)V
ARG 0 spawnPos
METHOD a cloneWorldTag (Lnone/dt;)Lnone/dt;
ARG 0 playerTag
METHOD a setDifficulty (Lnone/qx;)V
ARG 0 difficulty
METHOD a setThundering (Z)V
ARG 0 thundering
METHOD b getSpawnX ()I
METHOD b setSpawnY (I)V
ARG 0 spawnY
METHOD b setTime (J)V
ARG 0 time
METHOD b setRaining (Z)V
ARG 0 raining
METHOD c getSpawnY ()I
METHOD c setSpawnZ (I)V
ARG 0 spawnZ
METHOD c setDayTime (J)V
ARG 0 dayTime
METHOD c setAllowCommands (Z)V
ARG 0 allowCommands
METHOD d getSpawnZ ()I
METHOD d setInitialized (Z)V
ARG 0 initialized
METHOD e getTime ()J
METHOD e setVersion (I)V
ARG 0 version
METHOD e setDifficultyLocked (Z)V
ARG 0 difficultyLocked
METHOD f getDayTime ()J
METHOD f setThunderTime (I)V
ARG 0 thunderTime
METHOD g getWorldSize ()J
METHOD g setRainTime (I)V
ARG 0 rainTime
METHOD h getPlayerData ()Lnone/dt;
METHOD j getWorldName ()Ljava/lang/String;
METHOD k getVersion ()I
METHOD l getLastPlayed ()J
METHOD m isThundering ()Z
METHOD n getThunderTime ()I
METHOD o isRaining ()Z
METHOD p getRainTime ()I
METHOD q getGameMode ()Lnone/ais;
METHOD r getMapFeatures ()Z
METHOD s isHardcore ()Z
METHOD t getWorldGenerator ()Lnone/aiz;
METHOD u commandsAllowed ()Z
METHOD v isInitialized ()Z
METHOD w getGameRules ()Lnone/air;
METHOD x getDifficulty ()Lnone/qx;
METHOD y isDifficultyLocked ()Z

View File

@ -1,4 +0,0 @@
CLASS none/bar
FIELD O gameRules Lnone/air;
METHOD w getGameRules ()Lnone/air;
METHOD x getDifficulty ()Lnone/qx;