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

36 lines
1.1 KiB
Plaintext

CLASS uh net/minecraft/server/world/ServerWorld
FIELD C server Lnet/minecraft/server/MinecraftServer;
FIELD D entityTracker Luc;
FIELD E entitiesByUuid Ljava/util/Map;
FIELD a LOGGER Lorg/apache/logging/log4j/Logger;
METHOD A getRecipeManager ()Laxv;
METHOD B getTagManager ()Lxx;
METHOD D getScoreboard ()Lcky;
METHOD E getChunkProvider ()Lbpy;
METHOD a isChunkLoaded (II)Z
METHOD a setTime (J)V
METHOD a spawnEntity (Lagf;)Z
METHOD a createExplosion (Lagf;Lafo;DDDFZZ)Lbag;
ARG 1 entity
ARG 3 x
ARG 5 y
ARG 7 z
METHOD a init (Lbas;)V
METHOD a addBlockAction (Let;Lbfo;II)V
ARG 1 pos
ARG 2 block
ARG 3 first
METHOD a getEntityByUuid (Ljava/util/UUID;)Lagf;
METHOD a loadEntities (Ljava/util/stream/Stream;)V
METHOD b onEntityAdded (Lagf;)V
METHOD c onEntityRemoved (Lagf;)V
METHOD d addGlobalEntity (Lagf;)Z
METHOD l setDefaultSpawnClient ()V
METHOD l_ updateSleepingStatus ()V
METHOD n_ updateEntities ()V
METHOD r getForcedSpawnPoint ()Let;
METHOD s getChunkProvider ()Lug;
METHOD t updateWeather ()V
METHOD w getServer ()Lnet/minecraft/server/MinecraftServer;
METHOD x getEntityTracker ()Luc;