Class BleedEffect

java.lang.Object
de.slikey.effectlib.Effect
de.slikey.effectlib.effect.BleedEffect
All Implemented Interfaces:
Runnable

public class BleedEffect extends Effect
  • Field Details

    • hurt

      public boolean hurt
      Play the Hurt Effect for the Player
    • height

      public double height
      Height of the blood spurt
    • material

      public org.bukkit.Material material
      Color of blood. Default is red (152)
  • Constructor Details

  • Method Details

    • onRun

      public void onRun()
      Specified by:
      onRun in class Effect