yarn/mappings/net/minecraft/server/world/ServerWorld.mapping

36 lines
1.1 KiB
Plaintext
Raw Normal View History

2018-11-27 13:50:51 -05:00
CLASS uh net/minecraft/server/world/ServerWorld
2018-11-21 11:58:05 -05:00
FIELD C server Lnet/minecraft/server/MinecraftServer;
2018-11-27 13:50:51 -05:00
FIELD D entityTracker Luc;
2018-11-21 11:58:05 -05:00
FIELD E entitiesByUuid Ljava/util/Map;
2018-10-25 16:34:14 -04:00
FIELD a LOGGER Lorg/apache/logging/log4j/Logger;
2018-11-27 13:50:51 -05:00
METHOD A getRecipeManager ()Laxv;
METHOD B getTagManager ()Lxx;
METHOD D getScoreboard ()Lcky;
METHOD E getChunkProvider ()Lbpy;
2018-11-21 11:58:05 -05:00
METHOD a isChunkLoaded (II)Z
2018-10-24 18:05:14 -04:00
METHOD a setTime (J)V
2018-11-27 13:50:51 -05:00
METHOD a spawnEntity (Lagf;)Z
METHOD a createExplosion (Lagf;Lafo;DDDFZZ)Lbag;
2018-11-04 07:22:38 -05:00
ARG 1 entity
ARG 3 x
ARG 5 y
ARG 7 z
2018-11-27 13:50:51 -05:00
METHOD a init (Lbas;)V
METHOD a addBlockAction (Let;Lbfo;II)V
2018-11-04 07:22:38 -05:00
ARG 1 pos
ARG 2 block
ARG 3 first
2018-11-27 13:50:51 -05:00
METHOD a getEntityByUuid (Ljava/util/UUID;)Lagf;
2018-11-03 07:11:53 -04:00
METHOD a loadEntities (Ljava/util/stream/Stream;)V
2018-11-27 13:50:51 -05:00
METHOD b onEntityAdded (Lagf;)V
METHOD c onEntityRemoved (Lagf;)V
METHOD d addGlobalEntity (Lagf;)Z
2018-10-24 18:05:14 -04:00
METHOD l setDefaultSpawnClient ()V
METHOD l_ updateSleepingStatus ()V
METHOD n_ updateEntities ()V
2018-11-27 13:50:51 -05:00
METHOD r getForcedSpawnPoint ()Let;
METHOD s getChunkProvider ()Lug;
2018-10-24 18:05:14 -04:00
METHOD t updateWeather ()V
METHOD w getServer ()Lnet/minecraft/server/MinecraftServer;
2018-11-27 13:50:51 -05:00
METHOD x getEntityTracker ()Luc;