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

34 lines
925 B
Plaintext
Raw Normal View History

2019-03-27 14:35:10 -04:00
CLASS dgt net/minecraft/client/world/ClientWorld
FIELD A scoreboard Lcsg;
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-27 14:35:10 -04:00
FIELD c netHandler Ldgq;
FIELD d worldRenderer Ldju;
FIELD v client Lcus;
2019-03-14 08:57:09 -04:00
FIELD w players Ljava/util/List;
FIELD z ticksSinceLightingClient I
2019-03-27 14:35:10 -04:00
METHOD <init> (Ldgq;Lbgz;Lbxq;ILafy;Ldju;)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-27 14:35:10 -04:00
METHOD a setScoreboard (Lcsg;)V
2019-02-20 16:01:25 -05:00
ARG 1 scoreboard
2019-03-27 14:35:10 -04:00
METHOD a playSound (Lev;Lyh;Lyj;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;