Package studio.magemonkey.codex.util
Class EffectUT
java.lang.Object
studio.magemonkey.codex.util.EffectUT
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voiddrawLine(org.bukkit.Location from, org.bukkit.Location to, String pe, float offX, float offY, float offZ, float speed, int amount) static voidplayEffect(org.bukkit.Location loc, String eff, double x, double y, double z, double speed, int amount)
-
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)
-