Package dev.twilite.client.plugins
Class BehaviorPlugin
java.lang.Object
dev.twilite.client.plugins.Plugin
dev.twilite.client.plugins.BehaviorPlugin
- All Implemented Interfaces:
com.google.inject.Module
Base class for plugins driven by a behavior tree.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
BehaviorPlugin
public BehaviorPlugin()
-
-
Method Details
-
currentBehavior
Returns the behavior that last produced a non-failure result. -
currentSequence
Returns the behavior execution sequence from the last tick that handled work.
-