Uses of Enum Class
net.minecraft.world.entity.ai.behavior.Behavior.Status
Packages that use Behavior.Status
-
Uses of Behavior.Status in net.minecraft.world.entity.ai.behavior
Fields in net.minecraft.world.entity.ai.behavior declared as Behavior.StatusModifier and TypeFieldDescriptionprivate Behavior.Status
Behavior.status
private Behavior.Status
DoNothing.status
private Behavior.Status
GateBehavior.status
private Behavior.Status
OneShot.status
Methods in net.minecraft.world.entity.ai.behavior that return Behavior.StatusModifier 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.