mirror of
https://github.com/amalthea-mc/ShopChest.git
synced 2024-11-08 19:51:05 +00:00
Fix javadoc
This commit is contained in:
parent
5f0b25c412
commit
4ada3fbbe6
@ -330,7 +330,7 @@ class ShopCommandExecutor implements CommandExecutor {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* <b>SHALL ONLY BE CALLED VIA {@link ShopCommand#createShopAfterSelected()}</b>
|
* <b>SHALL ONLY BE CALLED VIA {@link ShopCommand#createShopAfterSelected(Player player, SelectClickType clickType)}</b>
|
||||||
*/
|
*/
|
||||||
protected void create2(Player p, SelectClickType selectClickType) {
|
protected void create2(Player p, SelectClickType selectClickType) {
|
||||||
ItemStack itemStack = selectClickType.getItem();
|
ItemStack itemStack = selectClickType.getItem();
|
||||||
|
Loading…
Reference in New Issue
Block a user