yarn/mappings/net/minecraft/client/particle/ManagerParticle.mapping

16 lines
501 B
Plaintext
Raw Normal View History

2018-11-29 15:10:38 -05:00
CLASS dar net/minecraft/client/particle/ManagerParticle
FIELD a world Lbaq;
2018-11-27 13:50:51 -05:00
FIELD b PARTICLE_TEX Lpy;
FIELD c particleQueues [[Ljava/util/ArrayDeque;
2018-11-29 15:10:38 -05:00
FIELD e textureManager Ldln;
FIELD f rand Ljava/util/Random;
FIELD h newParticles Ljava/util/Queue;
2018-11-29 15:10:38 -05:00
METHOD <init> (Lbaq;Ldln;)V
2018-11-04 07:22:38 -05:00
ARG 1 world
2018-11-01 04:14:40 -04:00
METHOD a tick ()V
2018-11-29 15:10:38 -05:00
METHOD a setWorld (Lbaq;)V
METHOD a addParticle (Ldaq;)V
METHOD a updateParticleQueue (Ljava/util/Queue;)V
2018-11-29 15:10:38 -05:00
METHOD b updateParticle (Ldaq;)V
METHOD c registerDefaultFactories ()V