Uses of Class
net.minecraft.entity.item.BoatEntity.Status
-
Packages that use BoatEntity.Status Package Description net.minecraft.entity.item -
-
Uses of BoatEntity.Status in net.minecraft.entity.item
Fields in net.minecraft.entity.item declared as BoatEntity.Status Modifier and Type Field Description private BoatEntity.Status
BoatEntity. oldStatus
private BoatEntity.Status
BoatEntity. status
Methods in net.minecraft.entity.item that return BoatEntity.Status Modifier and Type Method Description private BoatEntity.Status
BoatEntity. getStatus()
private BoatEntity.Status
BoatEntity. isUnderwater()
static BoatEntity.Status
BoatEntity.Status. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static BoatEntity.Status[]
BoatEntity.Status. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-