mirror of
https://github.com/Flowsqy/ShopChest.git
synced 2025-02-21 14:41:32 +01:00
Fix UseShopHook javadoc typo
This commit is contained in:
parent
c0b9a48be0
commit
7286f40ff7
@ -31,12 +31,11 @@ public interface UseShopHook {
|
||||
* <p>
|
||||
* Whether the player can use the shop represented by this block
|
||||
* </p>
|
||||
* <br>
|
||||
* <p>
|
||||
* It's the method called by the plugin
|
||||
* </p>
|
||||
* <p>
|
||||
* By default, it calls {@link UseShopHook#canUsePlayerShop(Block, Player)}} and
|
||||
* By default, it calls {@link UseShopHook#canUsePlayerShop(Block, Player)} and
|
||||
* {@link UseShopHook#canUseAdminShop(Block, Player)}
|
||||
* </p>
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user