public final class EntitySelectors
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
EntitySelectors.ArmoredMob |
Modifier and Type | Field and Description |
---|---|
static com.google.common.base.Predicate<Entity> |
CAN_AI_TARGET |
static com.google.common.base.Predicate<Entity> |
HAS_INVENTORY |
static com.google.common.base.Predicate<Entity> |
IS_ALIVE |
static com.google.common.base.Predicate<Entity> |
IS_STANDALONE |
static com.google.common.base.Predicate<Entity> |
NOT_SPECTATING |
Constructor and Description |
---|
EntitySelectors() |
Modifier and Type | Method and Description |
---|---|
static <T extends Entity> |
getTeamCollisionPredicate(Entity entityIn) |
static com.google.common.base.Predicate<Entity> |
notRiding(Entity p_191324_0_) |
static <T extends Entity> |
withinRange(double x,
double y,
double z,
double range) |
public static final com.google.common.base.Predicate<Entity> IS_ALIVE
public static final com.google.common.base.Predicate<Entity> IS_STANDALONE
public static final com.google.common.base.Predicate<Entity> HAS_INVENTORY
public static final com.google.common.base.Predicate<Entity> CAN_AI_TARGET
public static final com.google.common.base.Predicate<Entity> NOT_SPECTATING