public class ParticleArcaneryDispatcher
extends java.lang.Object
Constructor and Description |
---|
ParticleArcaneryDispatcher() |
Modifier and Type | Method and Description |
---|---|
static void |
dispatchToDimension(int dimension,
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.EntityPlayerMP 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.EntityPlayerMP 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(int dimension, double range, double posX, double posY, double posZ, double motionX, double motionY, double motionZ, float size, Particles particle, java.lang.Object... args)