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