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

82 lines
2.0 KiB
Plaintext
Raw Normal View History

2019-05-07 12:05:49 -04:00
CLASS dhn 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-05-07 12:05:49 -04:00
FIELD c netHandler Ldhk;
FIELD d worldRenderer Ldko;
FIELD v client Lcvk;
2019-03-14 08:57:09 -04:00
FIELD w players Ljava/util/List;
FIELD x ticksUntilCaveAmbientSound I
2019-05-07 12:05:49 -04:00
FIELD y scoreboard Lcsx;
2019-04-10 11:36:17 -04:00
FIELD z mapStates Ljava/util/Map;
2019-05-07 12:05:49 -04:00
METHOD <init> (Ldhk;Lbhm;Lbye;ILagh;Ldko;)V
2019-02-20 16:01:25 -05:00
ARG 1 netHandler
ARG 2 levelInfo
METHOD a addParticle (DDDDDLgd;)V
ARG 1 minX
ARG 3 maxX
ARG 5 minZ
ARG 7 maxZ
ARG 9 y
ARG 11 parameters
2019-02-20 16:01:25 -05:00
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-05-07 12:05:49 -04:00
METHOD a addEntity (ILaii;)V
ARG 1 id
ARG 2 entity
2019-05-07 12:05:49 -04:00
METHOD a addPlayer (ILdju;)V
ARG 1 id
ARG 2 player
2019-05-07 12:05:49 -04:00
METHOD a tickEntity (Laii;)V
2019-03-31 06:34:59 -04:00
ARG 1 entity
2019-05-07 12:05:49 -04:00
METHOD a tickPassenger (Laii;Laii;)V
ARG 1 entity
ARG 2 passenger
2019-05-07 12:05:49 -04:00
METHOD a addLightning (Latm;)V
ARG 1 lightning
2019-05-07 12:05:49 -04:00
METHOD a unloadBlockEntities (Lbxk;)V
ARG 1 chunk
2019-05-07 12:05:49 -04:00
METHOD a setScoreboard (Lcsx;)V
2019-02-20 16:01:25 -05:00
ARG 1 scoreboard
2019-05-07 12:05:49 -04:00
METHOD a addParticle (Lev;Lbvk;Lgd;Z)V
ARG 1 pos
ARG 2 state
ARG 3 parameters
2019-05-07 12:05:49 -04:00
METHOD a addParticle (Lev;Lgd;Lcsr;D)V
ARG 1 pos
ARG 2 parameters
ARG 3 shape
ARG 4 y
2019-04-18 17:01:39 -04:00
METHOD a playSound (Lev;Lyj;Lyl;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 a tick (Ljava/util/function/BooleanSupplier;)V
2019-02-20 16:01:25 -05:00
METHOD b getEntities ()Ljava/lang/Iterable;
METHOD b scheduleBlockRenders (III)V
2019-05-07 12:05:49 -04:00
METHOD b addEntityPrivate (ILaii;)V
ARG 1 id
ARG 2 entity
2019-05-07 12:05:49 -04:00
METHOD b checkChunk (Laii;)V
ARG 1 entity
2019-05-07 12:05:49 -04:00
METHOD b addEntitiesToChunk (Lbxk;)V
ARG 1 chunk
2019-05-07 12:05:49 -04:00
METHOD b setBlockStateWithoutNeighborUpdates (Lev;Lbvk;)V
METHOD d tickEntities ()V
METHOD d removeEntity (I)V
2019-05-07 12:05:49 -04:00
METHOD d finishRemovingEntity (Laii;)V
ARG 1 entity
METHOD f getRegularEntityCount ()I
METHOD g finishRemovingEntities ()V
METHOD j tickCaveAmbientSound ()V