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

30 lines
726 B
Plaintext
Raw Normal View History

2019-01-30 12:48:39 -05:00
CLASS dcj net/minecraft/client/world/ClientWorld
FIELD A client Lcqd;
2019-01-24 11:47:45 -05:00
FIELD D ticksSinceLightingClient I
2019-01-30 12:48:39 -05:00
FIELD E scoreboard Lcnw;
FIELD a netHandler Ldcg;
METHOD <init> (Ldcg;Lbcv;Lbti;Lafx;Laff;)V
2018-11-04 07:22:38 -05:00
ARG 1 netHandler
ARG 2 levelInfo
ARG 4 difficulty
2019-01-24 11:47:45 -05:00
METHOD a randomBlockDisplayTick (IIIILjava/util/Random;ZLet$b;)V
2018-11-04 07:22:38 -05:00
ARG 1 xCenter
ARG 2 yCenter
ARG 3 zCenter
ARG 4 radius
2018-11-30 06:38:47 -05:00
ARG 5 random
2018-11-04 07:22:38 -05:00
ARG 6 spawnBarrierParticles
2019-01-30 12:48:39 -05:00
METHOD a setScoreboard (Lcnw;)V
2019-01-24 11:08:22 -05:00
ARG 1 scoreboard
METHOD a playSound (Let;Lxr;Lxt;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
2019-01-24 11:08:22 -05:00
ARG 6 useDistance
2018-11-15 12:05:03 -05:00
METHOD c doRandomBlockDisplayTicks (III)V
2018-11-04 07:22:38 -05:00
ARG 1 xCenter
ARG 2 yCenter
2019-01-30 12:48:39 -05:00
METHOD d getChunkProvider ()Ldce;