Class DisplayProjectile

java.lang.Object
io.github.pylonmc.pylon.base.util.DisplayProjectile

public final class DisplayProjectile extends Object
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
    spawn(org.bukkit.entity.Player player, org.bukkit.Material material, org.bukkit.Location source, org.bukkit.util.Vector direction, float thickness, float length, float speedBlockPerSecond, double damage, int tickInterval, int lifetimeTicks)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • spawn

      public static void spawn(org.bukkit.entity.Player player, org.bukkit.Material material, org.bukkit.Location source, org.bukkit.util.Vector direction, float thickness, float length, float speedBlockPerSecond, double damage, int tickInterval, int lifetimeTicks)