Uses of Enum Class
net.minecraft.world.entity.vehicle.Boat.Status
Packages that use Boat.Status
-
Uses of Boat.Status in net.minecraft.world.entity.vehicle
Fields in net.minecraft.world.entity.vehicle declared as Boat.StatusModifier and TypeFieldDescriptionprivate Boat.Status
Boat.oldStatus
private Boat.Status
Boat.status
Methods in net.minecraft.world.entity.vehicle that return Boat.StatusModifier and TypeMethodDescriptionprivate Boat.Status
Boat.getStatus()
private Boat.Status
Boat.isUnderwater()
static Boat.Status
Returns the enum constant of this class with the specified name.static Boat.Status[]
Boat.Status.values()
Returns an array containing the constants of this enum class, in the order they are declared.