Implement feedback

This commit is contained in:
Tyler Hancock 2016-08-24 08:33:57 -06:00
parent a78844d9b6
commit d32291896d
3 changed files with 5 additions and 4 deletions

View File

@ -1,7 +1,7 @@
CLASS none/aiu net/minecraft/world/World
FIELD B lootTableHandler Lnone/bbj;
FIELD C profiler Lnone/os;
FIELD E isClient Z
FIELD E isRemote Z
FIELD L calendar Ljava/util/Calendar;
FIELD N border Lnone/atd;
FIELD a seaLevel I
@ -10,7 +10,7 @@ CLASS none/aiu net/minecraft/world/World
FIELD s dimensionProvider Lnone/auc;
FIELD u listeners Ljava/util/List;
FIELD v chunkProvider Lnone/ath;
FIELD x info Lnone/bar;
FIELD x properties Lnone/bar;
METHOD <init> (Lnone/bas;Lnone/bar;Lnone/auc;Lnone/os;Z)V
ARG 0 saveHandler
ARG 1 properties
@ -20,6 +20,7 @@ CLASS none/aiu net/minecraft/world/World
METHOD E isValidHeight (Lnone/cn;)Z
ARG 0 pos
METHOD R getSpawnPos ()Lnone/cn;
METHOD T getWorldProperties ()Lnone/bar;
METHOD U getGameRules ()Lnone/air;
METHOD a getEntityById (I)Lnone/se;
ARG 0 id

View File

@ -148,7 +148,7 @@ CLASS none/bar net/minecraft/world/WorldProperties
METHOD r getMapFeatures ()Z
METHOD s isHardcore ()Z
METHOD t getWorldGenerator ()Lnone/aiz;
METHOD u commandsAllowed ()Z
METHOD u areCommandsAllowed ()Z
METHOD v isInitialized ()Z
METHOD w getGameRules ()Lnone/air;
METHOD x getDifficulty ()Lnone/qx;

View File

@ -59,7 +59,7 @@ CLASS none/bao
METHOD r getMapFeatures ()Z
METHOD s isHardcore ()Z
METHOD t getWorldGenerator ()Lnone/aiz;
METHOD u commandsAllowed ()Z
METHOD u areCommandsAllowed ()Z
METHOD v isInitialized ()Z
METHOD w getGameRules ()Lnone/air;
METHOD x getDifficulty ()Lnone/qx;