Class ParticleArcaneryDispatcher

java.lang.Object
com.pixelmonmod.pixelmon.api.world.ParticleArcaneryDispatcher

public class ParticleArcaneryDispatcher extends Object
  • Constructor Details

    • ParticleArcaneryDispatcher

      public ParticleArcaneryDispatcher()
  • Method Details

    • dispatchToPlayer

      public static void dispatchToPlayer(net.minecraft.server.level.ServerPlayer player, double posX, double posY, double posZ, double motionX, double motionY, double motionZ, float size, Particles particle, Object... args)
    • dispatchToDimension

      public static void dispatchToDimension(net.minecraft.world.level.Level world, double range, double posX, double posY, double posZ, double motionX, double motionY, double motionZ, float size, Particles particle, Object... args)