yarn/mappings/net/minecraft/client/util/ParticleUtil.mapping

30 lines
1.2 KiB
Plaintext

CLASS net/minecraft/class_5945 net/minecraft/client/util/ParticleUtil
METHOD method_34681 spawnParticle (Lnet/minecraft/class_1937;Lnet/minecraft/class_2338;Lnet/minecraft/class_2350;Lnet/minecraft/class_2394;Lnet/minecraft/class_243;D)V
ARG 0 world
ARG 1 pos
ARG 2 direction
ARG 3 effect
ARG 4 velocity
ARG 5 offsetMultiplier
METHOD method_34682 spawnParticle (Lnet/minecraft/class_1937;Lnet/minecraft/class_2338;Lnet/minecraft/class_2394;Lnet/minecraft/class_6017;)V
ARG 0 world
ARG 1 pos
ARG 2 effect
ARG 3 count
METHOD method_34683 spawnParticle (Lnet/minecraft/class_2350$class_2351;Lnet/minecraft/class_1937;Lnet/minecraft/class_2338;DLnet/minecraft/class_2394;Lnet/minecraft/class_6019;)V
ARG 0 axis
ARG 1 world
ARG 2 pos
ARG 3 variance
ARG 5 effect
ARG 6 range
METHOD method_41305 spawnParticles (Lnet/minecraft/class_1937;Lnet/minecraft/class_2338;Lnet/minecraft/class_2394;Lnet/minecraft/class_6017;Lnet/minecraft/class_2350;Ljava/util/function/Supplier;D)V
ARG 0 world
ARG 1 pos
ARG 2 effect
ARG 3 count
ARG 4 direction
ARG 5 velocity
ARG 6 offsetMultiplier
METHOD method_41306 getRandomVelocity (Lnet/minecraft/class_5819;)Lnet/minecraft/class_243;