Interface WalkCondition

  • All Superinterfaces:
    java.util.function.BooleanSupplier

    public interface WalkCondition
    extends java.util.function.BooleanSupplier
    This interface represents a condition for walking. It provides methods to combine conditions using logical AND and OR operators.