Package me.nabdev.pathfinding.autos
Interface AutoBoolean
- All Known Implementing Classes:
AndBoolean
,NotBoolean
,OrBoolean
public interface AutoBoolean
Represents a way of conditionally running commands in an auto group.
-
Method Summary
Modifier and TypeMethodDescriptiongetSupplier
(BooleanSupplier... children) Get the boolean supplier for this AutoBoolean
-
Method Details
-
getSupplier
Get the boolean supplier for this AutoBoolean- Parameters:
children
- The boolean suppliers to use in the group- Returns:
- The boolean supplier for this AutoBoolean
-