World#updateSleepingStatus

This commit is contained in:
Shadowfacts 2016-08-27 17:57:11 -04:00
parent cbf49a9ead
commit 6a7282827f
No known key found for this signature in database
GPG Key ID: F802198A7D7F309D
2 changed files with 2 additions and 0 deletions

View File

@ -90,6 +90,7 @@ CLASS none/aiu net/minecraft/world/World
ARG 0 chunkX
ARG 1 chunkY
METHOD d isAir (Lnone/cn;)Z
METHOD e updateSleepingStatus ()V
METHOD f (Lnone/cn;)Lnone/atm;
ARG 0 pos
METHOD f (Lnone/se;)V

View File

@ -8,6 +8,7 @@ CLASS none/lu net/minecraft/world/WorldServer
ARG 0 entity
METHOD aE isMainThread ()Z
METHOD b getWorld ()Lnone/aiu;
METHOD e updateSleepingStatus ()V
METHOD k updateEntities ()V
METHOD n createChunkProvider ()Lnone/ath;
METHOD r getServerChunkProvider ()Lnone/lt;