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

35 lines
949 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;
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-06 15:22:24 -05:00
FIELD w netHandler Ldcj;
2019-02-10 02:49:48 -05:00
FIELD x worldRenderer Ldfo;
2019-02-06 15:22:24 -05:00
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-10 02:49:48 -05:00
METHOD b getEntities ()Ljava/lang/Iterable;
2019-02-06 15:22:24 -05:00
METHOD l getChunkProvider ()Ldch;