SPIGOT-6746: Clarify PlayerPortalEvent documentation

This commit is contained in:
md_5 2021-09-25 08:02:58 +10:00
parent 2a0a2e2ebb
commit 19e985ecaf
No known key found for this signature in database
GPG key ID: E8E901AC7C617C11

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 * Called when a player is about to teleport because it is in contact with a
* portal. * portal which will generate an exit portal.
* <p> * <p>
* For other entities see {@link org.bukkit.event.entity.EntityPortalEvent} * For other entities see {@link org.bukkit.event.entity.EntityPortalEvent}
*/ */