Adds missing JavaDoc

This commit is contained in:
2021-10-29 18:43:22 +02:00
parent 56ed0495b0
commit 56bf51f370
5 changed files with 29 additions and 2 deletions

View File

@ -53,6 +53,8 @@ public class StargatePlayerPortalEvent extends StargatePlayerEvent {
/**
* Set the location of the player's exit point
*
* @param location <p>The new location of the player's exit point</p>
*/
public void setExit(Location location) {
this.exit = location;