JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
net.citizensnpcs.api.ai.tree
IfElse
Uses of Class
net.citizensnpcs.api.ai.tree.IfElse
Packages that use
IfElse
Package
Description
net.citizensnpcs.api.ai.tree
Uses of
IfElse
in
net.citizensnpcs.api.ai.tree
Methods in
net.citizensnpcs.api.ai.tree
that return
IfElse
Modifier and Type
Method
Description
static
IfElse
IfElse.
create
(
Supplier
<
Boolean
> condition,
Behavior
ifBehavior,
Behavior
elseBehavior)