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

35 lines
948 B
Plaintext
Raw Normal View History

2019-02-21 13:19:18 -05:00
CLASS ddj net/minecraft/client/world/ClientWorld
2019-02-20 16:01:25 -05:00
FIELD B ticksSinceLightingClient I
2019-02-21 13:19:18 -05:00
FIELD C scoreboard Lcol;
2019-02-20 16:01:25 -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-21 13:19:18 -05:00
FIELD c netHandler Lddg;
2019-02-27 13:17:22 -05:00
FIELD w worldRenderer Ldgk;
2019-02-21 13:19:18 -05:00
FIELD x client Lcqx;
2019-02-27 13:06:10 -05:00
FIELD y players Ljava/util/List;
2019-02-27 13:17:22 -05:00
METHOD <init> (Lddg;Lbdj;Lbtx;Lage;Lafm;Ldgk;)V
2019-02-20 16:01:25 -05:00
ARG 1 netHandler
ARG 2 levelInfo
ARG 4 difficulty
METHOD a doRandomBlockDisplayTicks (III)V
ARG 1 xCenter
ARG 2 yCenter
METHOD a randomBlockDisplayTick (IIIILjava/util/Random;ZLes$a;)V
ARG 1 xCenter
ARG 2 yCenter
ARG 3 zCenter
ARG 4 radius
ARG 5 random
ARG 6 spawnBarrierParticles
2019-02-21 13:19:18 -05:00
METHOD a setScoreboard (Lcol;)V
2019-02-20 16:01:25 -05:00
ARG 1 scoreboard
METHOD a playSound (Les;Lxy;Lya;FFZ)V
ARG 1 pos
ARG 2 sound
ARG 3 category
ARG 4 volume
ARG 5 pitch
ARG 6 useDistance
METHOD b getEntities ()Ljava/lang/Iterable;