Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -1063,7 +1063,7 @@ default boolean addPotionEffect(@NotNull PotionEffect effect) {

/**
* Returns true if this entity can breathe underwater and will not take
* suffocation damage when its air supply reaches zero.
* drowning damage when its air supply reaches zero.
*
* @return <code>true</code> if the entity can breathe underwater
*/
Expand Down
Loading