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

30 lines
731 B
Plaintext
Raw Normal View History

2019-02-06 15:22:24 -05:00
CLASS dcm net/minecraft/client/world/ClientWorld
FIELD B ticksSinceLightingClient I
FIELD C scoreboard Lcnz;
FIELD w netHandler Ldcj;
FIELD y client Lcqg;
METHOD <init> (Ldcj;Lbcy;Lbtl;Lagb;Lafj;Ldfo;)V
2018-11-04 07:22:38 -05:00
ARG 1 netHandler
ARG 2 levelInfo
ARG 4 difficulty
2019-02-06 15:22:24 -05:00
METHOD a doRandomBlockDisplayTicks (III)V
ARG 1 xCenter
ARG 2 yCenter
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-02-06 15:22:24 -05:00
METHOD a setScoreboard (Lcnz;)V
2019-01-24 11:08:22 -05:00
ARG 1 scoreboard
2019-02-06 15:22:24 -05:00
METHOD a playSound (Let;Lxv;Lxx;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
2019-02-06 15:22:24 -05:00
METHOD l getChunkProvider ()Ldch;