net.minecraft.entity

public final class EntityFilter

sr
net.minecraft.class_1394
net.minecraft.entity.EntityFilter
net.minecraft.util.EntitySelectors

Field summary

Modifier and TypeField
public static final com.google.common.base.Predicate<Entity>
a
field_11909
ALIVE
IS_ALIVE
public static final com.google.common.base.Predicate<Entity>
b
field_11910
NOT_RIDING
IS_STANDALONE
public static final com.google.common.base.Predicate<Entity>
c
field_11911
INVENTORY
HAS_INVENTORY
public static final com.google.common.base.Predicate<Entity>
d
field_14515
NOT_SPECTATOR_NOT_CREATIVE
CAN_AI_TARGET
public static final com.google.common.base.Predicate<Entity>
e
field_11912
NOT_SPECTATOR
NOT_SPECTATING

Method summary

Modifier and TypeMethod
public static <T extends Entity> com.google.common.base.Predicate<T>
a(double arg0, double arg1, double arg2, double arg3)
method_13024(double arg0, double arg1, double arg2, double arg3)
withinRange(double x, double y, double z, double range)
withinRange(double x, double y, double z, double range)
public static <T extends Entity> com.google.common.base.Predicate<T>
a(sn arg0)
method_13025(class_864 arg0)
canBePushedBy(Entity entity)
getTeamCollisionPredicate(Entity entityIn)
public static com.google.common.base.Predicate<Entity>
b(sn arg0)
method_13945(class_864 arg0)
isNotMounting(Entity target)
notRiding(Entity arg0)