Uses of Enum Class
org.bukkit.entity.Boat.Status
Package
Description
Interfaces for non-voxel objects that can exist in a
world
, including all players, monsters, projectiles, etc.-
Uses of Boat.Status in org.bukkit.entity
Modifier and TypeMethodDescriptionBoat.getStatus()
Gets the status of the boat.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.