mirror of
https://hub.spigotmc.org/stash/scm/spigot/bukkit.git
synced 2025-09-18 21:45:12 +00:00
Fix JavaDoc error
This commit is contained in:
parent
b3c2b83d43
commit
d5d0cefc2e
1 changed files with 2 additions and 2 deletions
|
@ -23,7 +23,7 @@ public interface AnvilInventory extends Inventory {
|
||||||
* Get the item cost (in amount) to complete the current repair.
|
* Get the item cost (in amount) to complete the current repair.
|
||||||
*
|
*
|
||||||
* @return the amount
|
* @return the amount
|
||||||
* @deprecated use {@link AnvilView#getRepairItemCost()}.
|
* @deprecated use {@link AnvilView#getRepairCost()}.
|
||||||
*/
|
*/
|
||||||
@Deprecated(forRemoval = true, since = "1.21")
|
@Deprecated(forRemoval = true, since = "1.21")
|
||||||
int getRepairCostAmount();
|
int getRepairCostAmount();
|
||||||
|
@ -32,7 +32,7 @@ public interface AnvilInventory extends Inventory {
|
||||||
* Set the item cost (in amount) to complete the current repair.
|
* Set the item cost (in amount) to complete the current repair.
|
||||||
*
|
*
|
||||||
* @param amount the amount
|
* @param amount the amount
|
||||||
* @deprecated use {@link AnvilView#setRepairItemCost(int)}.
|
* @deprecated use {@link AnvilView#setRepairCost(int)}.
|
||||||
*/
|
*/
|
||||||
@Deprecated(forRemoval = true, since = "1.21")
|
@Deprecated(forRemoval = true, since = "1.21")
|
||||||
void setRepairCostAmount(int amount);
|
void setRepairCostAmount(int amount);
|
||||||
|
|
Loading…
Add table
Reference in a new issue