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

19 lines
1.0 KiB
Plaintext
Raw Normal View History

2019-06-28 17:55:20 -04:00
CLASS net/minecraft/class_3940 net/minecraft/client/particle/BillboardParticle
COMMENT A {@link Particle} which renders a camera-facing sprite with a target texture scale.
2019-06-28 17:55:20 -04:00
FIELD field_17867 scale F
METHOD method_18132 getSize (F)F
COMMENT @return the draw scale of this particle, which is used while rendering in {@link BillboardParticle#buildGeometry}
2019-04-16 10:13:47 -04:00
ARG 1 tickDelta
2019-06-28 17:55:20 -04:00
METHOD method_18133 getMinU ()F
COMMENT @return the lower U coordinate of the UV coordinates used to draw this particle
2019-06-28 17:55:20 -04:00
METHOD method_18134 getMaxU ()F
COMMENT @return the upper U coordinate of the UV coordinates used to draw this particle
2019-06-28 17:55:20 -04:00
METHOD method_18135 getMinV ()F
COMMENT @return the lower V coordinate of the UV coordinates used to draw this particle
2019-06-28 17:55:20 -04:00
METHOD method_18136 getMaxV ()F
COMMENT @return the upper V coordinate of the UV coordinates used to draw this particle
METHOD method_3087 (F)Lnet/minecraft/class_703;
COMMENT Scales the size of this particle by the given {@code scale} amount.
COMMENT
COMMENT @return this {@link Particle}