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