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

35 lines
949 B
Plaintext
Raw Normal View History

2019-02-13 12:35:08 -05:00
CLASS dct net/minecraft/client/world/ClientWorld
2019-02-06 15:22:24 -05:00
FIELD B ticksSinceLightingClient I
2019-02-13 12:35:08 -05:00
FIELD C scoreboard Lcog;
2019-02-10 02:49:48 -05:00
FIELD D mapStates Ljava/util/Map;
FIELD a globalEntities Ljava/util/List;
FIELD b regularEntities Lit/unimi/dsi/fastutil/ints/Int2ObjectMap;
2019-02-13 12:35:08 -05:00
FIELD w netHandler Ldcq;
FIELD x worldRenderer Ldfv;
FIELD y client Lcqn;
METHOD <init> (Ldcq;Lbdf;Lbts;Lage;Lafm;Ldfv;)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-02-13 12:35:08 -05:00
METHOD a randomBlockDisplayTick (IIIILjava/util/Random;ZLes$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-13 12:35:08 -05:00
METHOD a setScoreboard (Lcog;)V
2019-01-24 11:08:22 -05:00
ARG 1 scoreboard
2019-02-13 12:35:08 -05:00
METHOD a playSound (Les;Lxx;Lxz;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-10 02:49:48 -05:00
METHOD b getEntities ()Ljava/lang/Iterable;
2019-02-13 12:35:08 -05:00
METHOD l getChunkProvider ()Ldco;