public interface IEntitySelector
Modifier and Type | Field and Description |
---|---|
static IEntitySelector |
selectAnything |
static IEntitySelector |
selectInventories |
Modifier and Type | Method and Description |
---|---|
boolean |
isEntityApplicable(Entity entity)
Return whether the specified entity is applicable to this filter.
|
static final IEntitySelector selectAnything
static final IEntitySelector selectInventories
boolean isEntityApplicable(Entity entity)