Adds package JavaDoc to help anyone who wants to use the Stargate API

This commit is contained in:
2021-10-29 21:19:24 +02:00
parent 56bf51f370
commit 50c446f9d9
4 changed files with 32 additions and 2 deletions

View File

@ -8,7 +8,8 @@ import org.jetbrains.annotations.NotNull;
/**
* This event should be called whenever a player attempts to access a stargate
*
* <p>This event can be used to override whether the player should be allowed to access the stargate.</p>
* <p>This event is triggered whenever a player enters or activates a stargate. This event can be used to override
* whether the player should be allowed to access the stargate.</p>
*/
@SuppressWarnings("unused")
public class StargateAccessEvent extends StargatePlayerEvent {