Interface Filtering<T extends LivingEntity>

Type Parameters:
T - Type of Entity to filter
All Known Implementing Classes:
PathfinderAvoidEntity, PathfinderLookAtEntity, PathfinderNearestAttackableTarget, PathfinderNearestAttackableTargetRaider, PathfinderNearestHealableRaider, PathfinderWildTarget

public interface Filtering<T extends LivingEntity>
Represents a Pathfinder that filters in an entity class
  • Method Summary

    Modifier and Type
    Method
    Description
    Get the filter that this Pathfinder is looking for.
    void
    Set the Filter that this Pathfinder is looking for.