Class EntityPredicate

java.lang.Object
net.minecraft.entity.EntityPredicate

public class EntityPredicate extends Object
  • Field Details

    • DEFAULT

      public static final EntityPredicate DEFAULT
    • range

      private double range
    • allowInvulnerable

      private boolean allowInvulnerable
    • allowSameTeam

      private boolean allowSameTeam
    • allowUnseeable

      private boolean allowUnseeable
    • allowNonAttackable

      private boolean allowNonAttackable
    • testInvisible

      private boolean testInvisible
    • selector

      private Predicate<LivingEntity> selector
  • Constructor Details

    • EntityPredicate

      public EntityPredicate()
  • Method Details