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

22 lines
476 B
Plaintext
Raw Normal View History

2018-10-31 12:57:21 -04:00
CLASS cyl net/minecraft/client/particle/ParticleAnimated
FIELD J textureId I
FIELD K frameCount I
2017-04-05 07:31:24 -04:00
FIELD N targetColorRed F
FIELD O targetColorGreen F
FIELD P targetColorBlue F
FIELD Q changesColor Z
2018-10-31 12:57:21 -04:00
METHOD <init> (Lazt;DDDIIF)V
2018-11-04 07:22:38 -05:00
ARG 1 world
ARG 2 x
ARG 4 y
ARG 6 z
ARG 8 textureId
ARG 9 frameCount
2017-04-05 14:11:28 -04:00
METHOD a update ()V
METHOD a getColorMultiplier (F)I
METHOD c hasAlpha ()Z
METHOD c setColor (I)V
2018-11-04 07:22:38 -05:00
ARG 1 color
METHOD d setTargetColor (I)V
2018-11-04 07:22:38 -05:00
ARG 1 color