Interface EffectTarget

All Known Implementing Classes:
EntityTarget, FixedTarget, FollowTarget

public interface EffectTarget
Handles grabbing the location for a particle effect
  • Method Summary

    Modifier and Type
    Method
    Description
    org.bukkit.Location
    Gets the location to center the effect around
    boolean
     
  • Method Details

    • getLocation

      org.bukkit.Location getLocation()
      Gets the location to center the effect around
      Returns:
      effect location
    • isValid

      boolean isValid()
      Returns:
      tue if target is still valid, false otherwise