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 <any> |
CAN_AI_TARGET |
static <any> |
HAS_INVENTORY |
static <any> |
IS_ALIVE |
static <any> |
IS_STANDALONE
Selects only entities which are neither ridden by anything nor ride on anything
|
static <any> |
NOT_SPECTATING
Selects entities which are either not players or players that are not spectating
|
Constructor and Description |
---|
EntitySelectors() |
Modifier and Type | Method and Description |
---|---|
static <T extends Entity> |
getTeamCollisionPredicate(Entity entityIn) |
static <any> |
notRiding(Entity p_191324_0_) |
static <T extends Entity> |
withinRange(double x,
double y,
double z,
double range) |
public static final <any> IS_ALIVE
public static final <any> IS_STANDALONE
public static final <any> HAS_INVENTORY
public static final <any> CAN_AI_TARGET
public static final <any> NOT_SPECTATING