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.RetryDecorator
Packages that use
RetryDecorator
Package
Description
net.citizensnpcs.api.ai.tree
Uses of
RetryDecorator
in
net.citizensnpcs.api.ai.tree
Methods in
net.citizensnpcs.api.ai.tree
that return
RetryDecorator
Modifier and Type
Method
Description
static
RetryDecorator
RetryDecorator.
retry
(
Behavior
wrapping, int n)
static
RetryDecorator
RetryDecorator.
unlimited
(
Behavior
wrapping)