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.StatusBoat.oldStatusprivate Boat.StatusBoat.statusMethods in net.minecraft.world.entity.vehicle that return Boat.StatusModifier and TypeMethodDescriptionprivate Boat.StatusBoat.getStatus()private Boat.StatusBoat.isUnderwater()static Boat.StatusReturns 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.