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

36 lines
970 B
Plaintext
Raw Normal View History

2019-04-10 11:36:17 -04:00
CLASS dhc net/minecraft/client/world/ClientWorld
2019-02-20 16:01:25 -05:00
FIELD a globalEntities Ljava/util/List;
FIELD b regularEntities Lit/unimi/dsi/fastutil/ints/Int2ObjectMap;
2019-04-10 11:36:17 -04:00
FIELD c netHandler Ldgz;
FIELD d worldRenderer Ldkd;
FIELD v client Lcva;
2019-03-14 08:57:09 -04:00
FIELD w players Ljava/util/List;
2019-04-10 11:36:17 -04:00
FIELD x ticksSinceLightingClient I
FIELD y scoreboard Lcso;
FIELD z mapStates Ljava/util/Map;
METHOD <init> (Ldgz;Lbhe;Lbxw;ILagc;Ldkd;)V
2019-02-20 16:01:25 -05:00
ARG 1 netHandler
ARG 2 levelInfo
METHOD a doRandomBlockDisplayTicks (III)V
ARG 1 xCenter
ARG 2 yCenter
2019-03-20 13:56:26 -04:00
METHOD a randomBlockDisplayTick (IIIILjava/util/Random;ZLev$a;)V
2019-02-20 16:01:25 -05:00
ARG 1 xCenter
ARG 2 yCenter
ARG 3 zCenter
ARG 4 radius
ARG 5 random
ARG 6 spawnBarrierParticles
2019-04-10 11:36:17 -04:00
METHOD a tickEntity (Laid;)V
2019-03-31 06:34:59 -04:00
ARG 1 entity
2019-04-10 11:36:17 -04:00
METHOD a setScoreboard (Lcso;)V
2019-02-20 16:01:25 -05:00
ARG 1 scoreboard
2019-04-05 12:03:47 -04:00
METHOD a playSound (Lev;Lyi;Lyk;FFZ)V
2019-02-20 16:01:25 -05:00
ARG 1 pos
ARG 2 sound
ARG 3 category
ARG 4 volume
ARG 5 pitch
ARG 6 useDistance
METHOD b getEntities ()Ljava/lang/Iterable;