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

32 lines
1.5 KiB
Plaintext

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.
FIELD field_17867 scale F
FIELD field_47456 rotation Lorg/joml/Quaternionf;
METHOD method_18132 getSize (F)F
COMMENT {@return the draw scale of this particle, which is used while rendering in {@link #buildGeometry}}
ARG 1 tickDelta
METHOD method_18133 getMinU ()F
COMMENT {@return the lower U coordinate of the UV coordinates used to draw this particle}
METHOD method_18134 getMaxU ()F
COMMENT {@return the upper U coordinate of the UV coordinates used to draw this particle}
METHOD method_18135 getMinV ()F
COMMENT {@return the lower V coordinate of the UV coordinates used to draw this particle}
METHOD method_18136 getMaxV ()F
COMMENT {@return the upper V coordinate of the UV coordinates used to draw this particle}
METHOD method_55245 getRotator ()Lnet/minecraft/class_3940$class_8981;
CLASS class_8981 Rotator
FIELD field_47457 ALL_AXIS Lnet/minecraft/class_3940$class_8981;
FIELD field_47458 Y_AND_W_ONLY Lnet/minecraft/class_3940$class_8981;
METHOD method_55246 (Lorg/joml/Quaternionf;Lnet/minecraft/class_4184;F)V
ARG 0 quaternion
ARG 1 camera
ARG 2 tickDelta
METHOD method_55247 (Lorg/joml/Quaternionf;Lnet/minecraft/class_4184;F)V
ARG 0 quaternion
ARG 1 camera
ARG 2 tickDelta
METHOD setRotation (Lorg/joml/Quaternionf;Lnet/minecraft/class_4184;F)V
ARG 1 quaternion
ARG 2 camera
ARG 3 tickDelta