mirror of
https://github.com/GeorgH93/Minepacks.git
synced 2025-01-08 19:38:17 +01:00
Add some more javadoc
This commit is contained in:
parent
4075de4e59
commit
affaaec5d7
@ -126,7 +126,12 @@ public interface MinepacksPlugin
|
||||
* @param player The player to be checked.
|
||||
* @return True if the player can use a backpack. False if not.
|
||||
*/
|
||||
boolean isPlayerGameModeAllowed(Player player);
|
||||
boolean isPlayerGameModeAllowed(final @NotNull Player player);
|
||||
|
||||
/**
|
||||
* Gets the item filter.
|
||||
*
|
||||
* @return The item filter. Null if item filter is disabled
|
||||
*/
|
||||
@Nullable ItemFilter getItemFilter();
|
||||
}
|
Loading…
Reference in New Issue
Block a user