public class ParticleArcaneryDispatcher
extends java.lang.Object
Constructor and Description |
---|
ParticleArcaneryDispatcher() |
Modifier and Type | Method and Description |
---|---|
static void |
dispatchToDimension(net.minecraft.world.World world,
double range,
double posX,
double posY,
double posZ,
double motionX,
double motionY,
double motionZ,
float size,
Particles particle,
java.lang.Object... args) |
static void |
dispatchToPlayer(net.minecraft.entity.player.ServerPlayerEntity player,
double posX,
double posY,
double posZ,
double motionX,
double motionY,
double motionZ,
float size,
Particles particle,
java.lang.Object... args) |
public static void dispatchToPlayer(net.minecraft.entity.player.ServerPlayerEntity player, double posX, double posY, double posZ, double motionX, double motionY, double motionZ, float size, Particles particle, java.lang.Object... args)
public static void dispatchToDimension(net.minecraft.world.World world, double range, double posX, double posY, double posZ, double motionX, double motionY, double motionZ, float size, Particles particle, java.lang.Object... args)