Uses of Enum Class
net.minecraft.entity.vehicle.AbstractBoatEntity.Location
Packages that use AbstractBoatEntity.Location
-
Uses of AbstractBoatEntity.Location in net.minecraft.entity.vehicle
Fields in net.minecraft.entity.vehicle declared as AbstractBoatEntity.LocationModifier and TypeFieldDescriptionprivate AbstractBoatEntity.Location
AbstractBoatEntity.lastLocation
private AbstractBoatEntity.Location
AbstractBoatEntity.location
Methods in net.minecraft.entity.vehicle that return AbstractBoatEntity.LocationModifier and TypeMethodDescriptionprivate AbstractBoatEntity.Location
AbstractBoatEntity.checkLocation()
private @Nullable AbstractBoatEntity.Location
AbstractBoatEntity.getUnderWaterLocation()
static AbstractBoatEntity.Location
Returns the enum constant of this class with the specified name.static AbstractBoatEntity.Location[]
AbstractBoatEntity.Location.values()
Returns an array containing the constants of this enum class, in the order they are declared.