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

64 lines
1.4 KiB
Plaintext
Raw Normal View History

2018-10-31 12:57:21 -04:00
CLASS cxa net/minecraft/client/world/WorldClient
FIELD a netHandler Lcwx;
FIELD d game Lclp;
METHOD <init> (Lcwx;Lazy;Lbqj;Laem;Ladx;)V
2018-11-04 07:22:38 -05:00
ARG 1 netHandler
ARG 2 levelInfo
ARG 4 difficulty
ARG 5 profiler
2018-11-03 07:11:53 -04:00
METHOD A getRecipeManager ()Laxc;
METHOD B getTagManager ()Lxq;
2018-10-31 12:57:21 -04:00
METHOD D getScoreboard ()Lcjk;
METHOD E getChunkProvider ()Lbph;
METHOD a playSound (DDDLww;Lwy;FFZ)V
2018-11-04 07:22:38 -05:00
ARG 1 x
ARG 3 y
ARG 5 z
ARG 7 sound
ARG 8 category
ARG 9 volume
ARG 10 pitch
METHOD a randomBlockDisplayTick (IIIILjava/util/Random;ZLeq$a;)V
2018-11-04 07:22:38 -05:00
ARG 1 xCenter
ARG 2 yCenter
ARG 3 zCenter
ARG 4 radius
ARG 5 rand
ARG 6 spawnBarrierParticles
ARG 7 posMutable
METHOD a isChunkLoaded (IIZ)Z
2018-10-31 12:57:21 -04:00
METHOD a spawnEntity (Lafv;)Z
2018-11-04 07:22:38 -05:00
ARG 1 entity
2018-10-31 12:57:21 -04:00
METHOD a playSound (Lapr;DDDLww;Lwy;FF)V
2018-11-04 07:22:38 -05:00
ARG 1 player
ARG 2 x
ARG 4 y
ARG 6 z
ARG 8 sound
ARG 9 category
ARG 10 volume
ARG 11 pitch
2018-11-03 07:11:53 -04:00
METHOD a toCrashReportElement (Lb;)Lc;
2018-10-31 12:57:21 -04:00
METHOD a playSoundClient (Leq;Lww;Lwy;FFZ)V
2018-11-04 07:22:38 -05:00
ARG 1 pos
ARG 2 sound
ARG 3 category
ARG 4 volume
ARG 5 pitch
2018-10-31 12:57:21 -04:00
METHOD a sendPacket (Ljl;)V
2018-11-04 07:22:38 -05:00
ARG 1 packet
2018-10-31 12:57:21 -04:00
METHOD b getEntityById (I)Lafv;
2018-11-04 07:22:38 -05:00
ARG 1 id
2017-04-05 14:11:28 -04:00
METHOD b setTimeOfDay (J)V
2018-11-04 07:22:38 -05:00
ARG 1 time
2018-10-31 12:57:21 -04:00
METHOD b onEntityAdded (Lafv;)V
2018-11-04 07:22:38 -05:00
ARG 1 entity
2018-10-31 12:57:21 -04:00
METHOD c onEntityRemoved (Lafv;)V
2018-11-04 07:22:38 -05:00
ARG 1 entity
2018-10-31 12:57:21 -04:00
METHOD f doRandomBlockDisplayTicks (III)V
2018-11-04 07:22:38 -05:00
ARG 1 xCenter
ARG 2 yCenter
ARG 3 zCenter
2018-10-31 12:57:21 -04:00
METHOD j getChunkProvider ()Lcwv;
2017-04-05 14:11:28 -04:00
METHOD t updateWeather ()V