yarn/mappings/net/minecraft/client/world/WorldClient.mapping

72 lines
1.5 KiB
Plaintext

CLASS bqk net/minecraft/client/world/WorldClient
FIELD L game Lbgm;
FIELD b netHandler Lbqi;
FIELD c chunkProvider Lbqg;
METHOD <init> (Lbqi;Lall;ILsu;Lqi;)V
ARG 0 netHandler
ARG 1 levelInfo
ARG 2 worldTypeId
ARG 3 difficulty
ARG 4 profiler
METHOD A getChunkProvider ()Lawc;
METHOD N quitClient ()V
METHOD a playSound (DDDLpb;Lpd;FFZ)V
ARG 0 x
ARG 1 y
ARG 2 z
ARG 3 sound
ARG 4 category
ARG 5 volume
ARG 6 pitch
METHOD a getEntityById (I)Lub;
ARG 0 id
METHOD a randomBlockDisplayTick (IIIILjava/util/Random;ZLdx$a;)V
ARG 0 xCenter
ARG 1 yCenter
ARG 2 zCenter
ARG 3 radius
ARG 4 rand
ARG 5 spawnBarrierParticles
ARG 6 posMutable
METHOD a isChunkLoaded (IIZ)Z
ARG 0 chunkX
ARG 1 chunkZ
ARG 2 ignoreRemote
METHOD a playSound (Lacu;DDDLpb;Lpd;FF)V
ARG 0 player
ARG 1 x
ARG 2 y
ARG 3 z
ARG 4 sound
ARG 5 category
ARG 6 volume
ARG 7 pitch
METHOD a setScoreboardClient (Lbfv;)V
ARG 0 value
METHOD a playSoundClient (Ldx;Lpb;Lpd;FFZ)V
ARG 0 pos
ARG 1 sound
ARG 2 category
ARG 3 volume
ARG 4 pitch
METHOD a sendPacket (Lgv;)V
ARG 0 packet
METHOD a spawnEntity (Lub;)Z
ARG 0 entity
METHOD b doRandomBlockDisplayTicks (III)V
ARG 0 xCenter
ARG 1 yCenter
ARG 2 zCenter
METHOD b setTimeOfDay (J)V
ARG 0 time
METHOD b onEntityAdded (Lub;)V
ARG 0 entity
METHOD c getGameInstance (Lbqk;)Lbgm;
METHOD c onEntityRemoved (Lub;)V
ARG 0 entity
METHOD d update ()V
METHOD f getChunkProvider ()Lbqg;
METHOD j tickRandomBlocks ()V
METHOD n createChunkProvider ()Lawc;
METHOD t updateWeather ()V