Interface Followable
- All Known Implementing Classes:
CustomProjectile
,ItemProjectile
,ParticleProjectile
public interface Followable
Interface allowing something to be followed by particle effects
-
Method Summary
-
Method Details
-
getLocation
org.bukkit.Location getLocation()- Returns:
- retrieves the location of the object
-
isValid
boolean isValid()- Returns:
- true if can be followed still
-