Uses of Class
net.minecraft.entity.ai.control.MoveControl.State
Package | Description |
---|---|
net.minecraft.entity.ai.control |
-
Uses of MoveControl.State in net.minecraft.entity.ai.control
Fields in net.minecraft.entity.ai.control declared as MoveControl.State Modifier and Type Field Description protected MoveControl.State
MoveControl. state
Methods in net.minecraft.entity.ai.control that return MoveControl.State Modifier and Type Method Description static MoveControl.State
MoveControl.State. valueOf(String name)
Returns the enum constant of this type with the specified name.static MoveControl.State[]
MoveControl.State. values()
Returns an array containing the constants of this enum type, in the order they are declared.