Package com.sk89q.worldedit.function
Interface EntityFunction
- All Known Implementing Classes:
ExtentEntityCopy
public interface EntityFunction
Applies a function to entities.
-
Method Summary
-
Method Details
-
apply
Apply the function to the entity.- Parameters:
entity
- the entity- Returns:
- true if something was changed
- Throws:
WorldEditException
- thrown on an error
-