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

56 lines
1.7 KiB
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-09-07 05:54:55 -04:00
FIELD J entityTrackingManager Lnone/lr;
2016-08-17 20:35:58 -04:00
FIELD a LOGGER Lorg/apache/logging/log4j/Logger;
FIELD b autoSaveDisabled Z
2016-09-20 11:18:54 -04:00
METHOD <init> (Lnet/minecraft/server/MinecraftServer;Lnone/bav;Lnone/bau;ILnone/os;)V
ARG 0 server
ARG 1 saveHandler
ARG 2 levelProperties
ARG 3 worldTypeId
ARG 4 profiler
METHOD a saveLevel ()V
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 addEntities (Ljava/util/Collection;)V
ARG 0 entities
2016-09-20 11:18:54 -04:00
METHOD a getEntityByUuid (Ljava/util/UUID;)Lnone/sg;
METHOD a init (Lnone/aiz;)V
ARG 0 info
2016-09-20 11:18:54 -04:00
METHOD a spawnEntity (Lnone/sg;)Z
2016-08-21 07:11:10 -04:00
ARG 0 entity
2016-09-20 11:18:54 -04:00
METHOD a createExplosion (Lnone/sg;DDDFZZ)Lnone/air;
2016-09-07 05:12:57 -04:00
ARG 0 entity
ARG 1 x
ARG 2 y
ARG 3 z
ARG 4 power
ARG 5 createFire
ARG 6 destroyBlocks
METHOD a save (ZLnone/ot;)V
ARG 0 entities
ARG 1 progress
2016-09-20 11:18:54 -04:00
METHOD aF isMainThread ()Z
METHOD al shouldSpawnNpcs ()Z
METHOD am shouldSpawnAnimals ()Z
METHOD an initDebugWorldProperties ()V
2016-09-20 11:18:54 -04:00
METHOD b ()Lnone/aiw;
METHOD b onEntityAdded (Lnone/sg;)V
2016-08-28 11:25:24 -04:00
ARG 0 entity
METHOD c onEntityRemoved (Lnone/sg;)V
2016-09-19 13:41:27 -04:00
ARG 0 entity
METHOD d update ()V
2016-08-27 17:57:11 -04:00
METHOD e updateSleepingStatus ()V
2016-09-19 13:41:27 -04:00
METHOD h setDefaultSpawnClient ()V
2016-08-14 16:19:38 -04:00
METHOD k updateEntities ()V
2016-09-20 11:18:54 -04:00
METHOD n createChunkProvider ()Lnone/atk;
METHOD q flushChunks ()V
METHOD r getServerChunkProvider ()Lnone/lt;
METHOD s saveRegions ()V
2016-08-28 08:21:39 -04:00
METHOD t updateWeather ()V
2016-09-12 09:05:34 -04:00
METHOD u getServer ()Lnet/minecraft/server/MinecraftServer;
2016-09-07 05:54:55 -04:00
METHOD v getEntityTrackingManager ()Lnone/lr;