net.minecraft.world.entity

public final class EntitySelector

bvp
net.minecraft.world.entity.EntitySelector
net.minecraft.class_1301
net.minecraft.predicate.entity.EntityPredicates
net.minecraft.world.entity.IEntitySelector

Field summary

Modifier and TypeField
public static final Predicate<Entity>
a
ENTITY_STILL_ALIVE
field_6154
VALID_ENTITY
public static final Predicate<Entity>
b
LIVING_ENTITY_STILL_ALIVE
field_6157
VALID_LIVING_ENTITY
public static final Predicate<Entity>
c
ENTITY_NOT_BEING_RIDDEN
field_6153
NOT_MOUNTED
public static final Predicate<Entity>
d
CONTAINER_ENTITY_SELECTOR
field_6152
VALID_INVENTORIES
public static final Predicate<Entity>
e
NO_CREATIVE_OR_SPECTATOR
field_6156
EXCEPT_CREATIVE_OR_SPECTATOR
public static final Predicate<Entity>
f
NO_SPECTATORS
field_6155
EXCEPT_SPECTATOR
public static final Predicate<Entity>
g
CAN_BE_COLLIDED_WITH
field_35589
CAN_COLLIDE
public static final Predicate<Entity>
h
CAN_BE_PICKED
field_52443
CAN_HIT

Constructor summary

ModifierConstructor
private ()

Method summary

Modifier and TypeMethod
public static Predicate<Entity>
a(double arg0, double arg1, double arg2, double arg3)
withinDistance(double arg0, double arg1, double arg2, double arg3)
method_5909(double arg0, double arg1, double arg2, double arg3)
maxDistance(double x, double y, double z, double max)
public static Predicate<Entity>
a(bvk arg0)
pushableBy(Entity arg0)
method_5911(class_1297 arg0)
canBePushedBy(Entity entity)
public static Predicate<Entity>
b(bvk arg0)
notRiding(Entity arg0)
method_5913(class_1297 arg0)
rides(Entity entity)