JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH
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
(
Condition
condition,
Behavior
ifBehavior,
Behavior
elseBehavior)