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