yarn/mappings/net/minecraft/client/particle/SpriteBillboardParticle.map...

19 lines
1.1 KiB
Plaintext

CLASS net/minecraft/class_4003 net/minecraft/client/particle/SpriteBillboardParticle
COMMENT A {@link BillboardParticle} implementation class that renders a {@link Sprite} as its camera-facing texture.
FIELD field_17886 sprite Lnet/minecraft/class_1058;
METHOD method_18140 setSprite (Lnet/minecraft/class_4002;)V
COMMENT Sets the current {@link Sprite} of this particle to a random frame in its atlas sheet.
ARG 1 spriteProvider
COMMENT sprite access for retrieving random {@link Sprite} frames
METHOD method_18141 setSprite (Lnet/minecraft/class_1058;)V
COMMENT Sets the current {@link Sprite} of this particle.
COMMENT
COMMENT <p>
COMMENT To assign a {@link Sprite} based on particle age, see {@link #setSpriteForAge}.
ARG 1 sprite
COMMENT the new {@link Sprite} to assign to this {@link Particle}
METHOD method_18142 setSpriteForAge (Lnet/minecraft/class_4002;)V
COMMENT Sets the current {@link Sprite} of this particle based on the age of the particle, assuming the particle texture is an atlas with multiple frames.
ARG 1 spriteProvider
COMMENT sprite access for retrieving the proper {@link Sprite} based on lifetime progress