Package org.spongepowered.api.entity
Class EntityPredicates
- java.lang.Object
-
- org.spongepowered.api.entity.EntityPredicates
-
public final class EntityPredicates extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static Predicate<? super Entity>
NO_SPECTATOR
static Predicate<? super Entity>
STILL_ALIVE
-
Constructor Summary
Constructors Constructor Description EntityPredicates()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Predicate<? super Entity>
withinDistance(double x, double y, double z, double distance)
-