yarn/mappings/net/minecraft/world/WorldServer.mapping

26 lines
872 B
Plaintext
Raw Normal View History

2016-08-17 20:35:58 -04:00
CLASS none/lu net/minecraft/world/WorldServer
FIELD I server Lnet/minecraft/server/MinecraftServer;
2016-08-24 16:38:50 -04:00
FIELD J entityTracker Lnone/lr;
2016-08-17 20:35:58 -04:00
FIELD a LOGGER Lorg/apache/logging/log4j/Logger;
2016-08-28 16:34:06 -04:00
FIELD b disableAutoSave Z
2016-08-28 08:21:39 -04:00
METHOD a isChunkLoaded (IIZ)Z
ARG 0 chunkX
ARG 1 chunkZ
METHOD a scheduleOnMainThread (Ljava/lang/Runnable;)Lcom/google/common/util/concurrent/ListenableFuture;
2016-08-28 16:34:06 -04:00
ARG 0 runnable
METHOD a getEntityByUuid (Ljava/util/UUID;)Lnone/se;
METHOD a init (Lnone/aix;)V
ARG 0 info
2016-08-25 18:11:28 -04:00
METHOD a spawnEntity (Lnone/se;)Z
2016-08-21 07:11:10 -04:00
ARG 0 entity
METHOD aE isMainThread ()Z
METHOD b getWorld ()Lnone/aiu;
2016-08-28 11:25:24 -04:00
METHOD b onEntitySpawn (Lnone/se;)V
ARG 0 entity
2016-08-27 17:57:11 -04:00
METHOD e updateSleepingStatus ()V
2016-08-14 16:19:38 -04:00
METHOD k updateEntities ()V
2016-08-21 07:11:10 -04:00
METHOD n createChunkProvider ()Lnone/ath;
METHOD r getServerChunkProvider ()Lnone/lt;
2016-08-28 08:21:39 -04:00
METHOD t updateWeather ()V
2016-08-24 16:38:50 -04:00
METHOD v getEntityTracker ()Lnone/lr;