mirror of
https://github.com/PaperMC/Paper.git
synced 2024-12-28 03:48:01 +01:00
Use correct method in JavaDoc
By: md_5 <git@md-5.net>
This commit is contained in:
parent
0611d599bd
commit
6d5823ee01
@ -23,7 +23,7 @@ public interface AnvilInventory extends Inventory {
|
||||
* Get the item cost (in amount) to complete the current repair.
|
||||
*
|
||||
* @return the amount
|
||||
* @deprecated use {@link AnvilView#getRepairCost()}.
|
||||
* @deprecated use {@link AnvilView#getRepairItemCountCost()}.
|
||||
*/
|
||||
@Deprecated(forRemoval = true, since = "1.21")
|
||||
int getRepairCostAmount();
|
||||
@ -32,7 +32,7 @@ public interface AnvilInventory extends Inventory {
|
||||
* Set the item cost (in amount) to complete the current repair.
|
||||
*
|
||||
* @param amount the amount
|
||||
* @deprecated use {@link AnvilView#setRepairCost(int)}.
|
||||
* @deprecated use {@link AnvilView#setRepairItemCountCost(int)}.
|
||||
*/
|
||||
@Deprecated(forRemoval = true, since = "1.21")
|
||||
void setRepairCostAmount(int amount);
|
||||
|
Loading…
Reference in New Issue
Block a user