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

34 lines
924 B
Plaintext
Raw Normal View History

2019-03-20 13:56:26 -04:00
CLASS dgh net/minecraft/client/world/ClientWorld
FIELD A scoreboard Lcro;
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-03-20 13:56:26 -04:00
FIELD c netHandler Ldge;
FIELD d worldRenderer Ldji;
FIELD v client Lcua;
2019-03-14 08:57:09 -04:00
FIELD w players Ljava/util/List;
FIELD z ticksSinceLightingClient I
2019-03-20 13:56:26 -04:00
METHOD <init> (Ldge;Lbgj;Lbwy;Lafx;Ldji;)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-03-20 13:56:26 -04:00
METHOD a setScoreboard (Lcro;)V
2019-02-20 16:01:25 -05:00
ARG 1 scoreboard
2019-03-20 13:56:26 -04:00
METHOD a playSound (Lev;Lyg;Lyi;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;