Class EffectUT

java.lang.Object
studio.magemonkey.codex.util.EffectUT

public class EffectUT extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
    drawLine(org.bukkit.Location from, org.bukkit.Location to, String pe, float offX, float offY, float offZ, float speed, int amount)
     
    static void
    playEffect(org.bukkit.Location loc, String eff, double x, double y, double z, double speed, int amount)
     

    Methods inherited from class java.lang.Object

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

    • EffectUT

      public EffectUT()
  • Method Details

    • playEffect

      public static void playEffect(@NotNull org.bukkit.Location loc, @NotNull String eff, double x, double y, double z, double speed, int amount)
    • drawLine

      public static void drawLine(org.bukkit.Location from, org.bukkit.Location to, String pe, float offX, float offY, float offZ, float speed, int amount)