Interface EffectTarget
- All Known Implementing Classes:
EntityTarget
,FixedTarget
,FollowTarget
public interface EffectTarget
Handles grabbing the location for a particle effect
-
Method Summary
Modifier and TypeMethodDescriptionorg.bukkit.Location
Gets the location to center the effect aroundboolean
isValid()
-
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
-