Uses of Enum Class
net.minecraft.world.entity.ai.behavior.Behavior.Status
-
Uses of Behavior.Status in net.minecraft.world.entity.ai.behavior
Modifier and TypeFieldDescriptionprivate Behavior.Status
Behavior.status
private Behavior.Status
DoNothing.status
private Behavior.Status
GateBehavior.status
private Behavior.Status
OneShot.status
Modifier and TypeMethodDescriptionBehavior.getStatus()
BehaviorControl.getStatus()
DoNothing.getStatus()
GateBehavior.getStatus()
final Behavior.Status
OneShot.getStatus()
static Behavior.Status
Returns the enum constant of this class with the specified name.static Behavior.Status[]
Behavior.Status.values()
Returns an array containing the constants of this enum class, in the order they are declared.