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