Uses of Interface
net.minecraft.entity.predicate.EntityPredicates
Packages that use EntityPredicates
Package
Description
-
Uses of EntityPredicates in net.minecraft.entity
Classes in net.minecraft.entity that implement EntityPredicatesModifier and TypeClassDescription(package private) final class(package private) final classclass(package private) class -
Uses of EntityPredicates in net.minecraft.entity.ai.goal
Fields in net.minecraft.entity.ai.goal declared as EntityPredicatesModifier and TypeFieldDescriptionprivate final EntityPredicatesFollowTargetGoal.field_5362final EntityPredicatesFleeEntityGoal.field_6138Constructors in net.minecraft.entity.ai.goal with parameters of type EntityPredicatesModifierConstructorDescriptionFollowTargetGoal(PathAwareEntity pathAwareEntity, Class class2, int int2, boolean bool, boolean bool2, EntityPredicates entityPredicates) -
Uses of EntityPredicates in net.minecraft.entity.boss
Fields in net.minecraft.entity.boss declared as EntityPredicates -
Uses of EntityPredicates in net.minecraft.entity.mob
Fields in net.minecraft.entity.mob declared as EntityPredicates -
Uses of EntityPredicates in net.minecraft.entity.passive
Fields in net.minecraft.entity.passive declared as EntityPredicatesModifier and TypeFieldDescriptionprivate static final EntityPredicatesHorseBaseEntity.field_6902 -
Uses of EntityPredicates in net.minecraft.entity.predicate
Classes in net.minecraft.entity.predicate that implement EntityPredicatesModifier and TypeClassDescription(package private) class(package private) final classFields in net.minecraft.entity.predicate declared as EntityPredicatesModifier and TypeFieldDescriptionstatic final EntityPredicatesEntityPredicates.field_6119static final EntityPredicatesEntityPredicates.field_6120Constructors in net.minecraft.entity.predicate with parameters of type EntityPredicatesModifierConstructorDescription(package private)class_1711(FollowTargetGoal followTargetGoal, EntityPredicates entityPredicates) -
Uses of EntityPredicates in net.minecraft.entity.provider
Classes in net.minecraft.entity.provider that implement EntityPredicatesModifier and TypeClassDescription(package private) final class(package private) final class -
Uses of EntityPredicates in net.minecraft.world
Methods in net.minecraft.world with parameters of type EntityPredicatesModifier and TypeMethodDescriptionWorld.getEntitiesIn(Entity entity, Box box, EntityPredicates entityPredicate) World.getEntitiesInBox(Class except, Box box, EntityPredicates entityPredicate) -
Uses of EntityPredicates in net.minecraft.world.chunk
Methods in net.minecraft.world.chunk with parameters of type EntityPredicatesModifier and TypeMethodDescriptionvoidChunk.method_3886(Class class2, Box box, List list, EntityPredicates entityPredicates) voidEmptyChunk.method_3886(Class class2, Box box, List list, EntityPredicates entityPredicates) voidChunk.method_3889(Entity entity, Box box, List list, EntityPredicates entityPredicates) voidEmptyChunk.method_3889(Entity entity, Box box, List list, EntityPredicates entityPredicates)