Class BehaviorPlugin

java.lang.Object
dev.twilite.client.plugins.Plugin
dev.twilite.client.plugins.BehaviorPlugin
All Implemented Interfaces:
com.google.inject.Module

public abstract class BehaviorPlugin extends Plugin
Base class for plugins driven by a behavior tree.
  • Constructor Details

    • BehaviorPlugin

      public BehaviorPlugin()
  • Method Details

    • currentBehavior

      public final String currentBehavior()
      Returns the behavior that last produced a non-failure result.
    • currentSequence

      public final String currentSequence()
      Returns the behavior execution sequence from the last tick that handled work.