JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH:
Uses of Enum Class
net.minecraft.world.entity.ai.goal.BoatGoals
Packages that use
BoatGoals
Package
Description
net.minecraft.world.entity.ai.goal
Uses of
BoatGoals
in
net.minecraft.world.entity.ai.goal
Fields in
net.minecraft.world.entity.ai.goal
declared as
BoatGoals
Modifier and Type
Field
Description
private
BoatGoals
FollowBoatGoal.
currentGoal
Methods in
net.minecraft.world.entity.ai.goal
that return
BoatGoals
Modifier and Type
Method
Description
static
BoatGoals
BoatGoals.
valueOf
(
String
name)
Returns the enum constant of this class with the specified name.
static
BoatGoals
[]
BoatGoals.
values
()
Returns an array containing the constants of this enum class, in the order they are declared.