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