Class BehaviorResult
java.lang.Object
me.gamercoder215.mobchip.ai.behavior.BehaviorResult
Represents a Behavior Result
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final BehaviorResult
Represents a stopped BehaviorResult. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract @NotNull BehaviorResult.Status
Fetches the Status of this BehaviorResult.abstract void
stop()
Forces this Behavior to stop.
-
Field Details
-
STOPPED
Represents a stopped BehaviorResult.
-
-
Constructor Details
-
BehaviorResult
protected BehaviorResult()Constructs an Abstract Behavior Result.
-
-
Method Details
-
getStatus
Fetches the Status of this BehaviorResult.- Returns:
- Behavior Status
-
stop
public abstract void stop()Forces this Behavior to stop.
-