SPIGOT-6746: Clarify PlayerPortalEvent documentation

By: md_5 <git@md-5.net>
This commit is contained in:
Bukkit/Spigot 2021-09-25 08:02:58 +10:00
parent e4ae7c57b7
commit 1f934c6832

View file

@ -8,7 +8,7 @@ import org.jetbrains.annotations.Nullable;
/**
* Called when a player is about to teleport because it is in contact with a
* portal.
* portal which will generate an exit portal.
* <p>
* For other entities see {@link org.bukkit.event.entity.EntityPortalEvent}
*/