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

36 lines
970 B
Plaintext
Raw Normal View History

2019-04-05 12:03:47 -04:00
CLASS dgz net/minecraft/client/world/ClientWorld
FIELD A scoreboard Lcsl;
2019-03-14 08:57:09 -04:00
FIELD B mapStates Ljava/util/Map;
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-05 12:03:47 -04:00
FIELD c netHandler Ldgw;
FIELD d worldRenderer Ldka;
FIELD v client Lcux;
2019-03-14 08:57:09 -04:00
FIELD w players Ljava/util/List;
FIELD z ticksSinceLightingClient I
2019-04-05 12:03:47 -04:00
METHOD <init> (Ldgw;Lbhb;Lbxt;ILafz;Ldka;)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-05 12:03:47 -04:00
METHOD a tickEntity (Laia;)V
2019-03-31 06:34:59 -04:00
ARG 1 entity
2019-04-05 12:03:47 -04:00
METHOD a setScoreboard (Lcsl;)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;