Adds missing JavaDoc
This commit is contained in:
@ -64,6 +64,8 @@ public class StargateEntityPortalEvent extends StargateEvent {
|
||||
|
||||
/**
|
||||
* Set the location of the entity's exit point
|
||||
*
|
||||
* @param location <p>The new location of the entity's exit point</p>
|
||||
*/
|
||||
public void setExit(Location location) {
|
||||
this.exit = location;
|
||||
|
@ -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;
|
||||
|
Reference in New Issue
Block a user