Uses of Enum Class
net.minecraft.world.entity.vehicle.boat.AbstractBoat.Status
Packages that use AbstractBoat.Status
-
Uses of AbstractBoat.Status in net.minecraft.world.entity.vehicle.boat
Subclasses with type arguments of type AbstractBoat.Status in net.minecraft.world.entity.vehicle.boatFields in net.minecraft.world.entity.vehicle.boat declared as AbstractBoat.StatusModifier and TypeFieldDescriptionprivate AbstractBoat.StatusAbstractBoat.oldStatusprivate AbstractBoat.StatusAbstractBoat.statusMethods in net.minecraft.world.entity.vehicle.boat that return AbstractBoat.StatusModifier and TypeMethodDescriptionprivate AbstractBoat.StatusAbstractBoat.getStatus()private @Nullable 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.