Package com.sk89q.worldguard.util
Class Entities
java.lang.Object
com.sk89q.worldguard.util.Entities
-
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
isIntensiveEntity
(com.sk89q.worldedit.entity.Entity entity) Returns whether an entity should be removed for the halt activity mode.
-
Method Details
-
isIntensiveEntity
public static boolean isIntensiveEntity(com.sk89q.worldedit.entity.Entity entity) Returns whether an entity should be removed for the halt activity mode.- Parameters:
entity
- The entity- Returns:
- true if it's to be removed
-