mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-08 03:22:19 +01:00
Fix typos in previous commits
Thanks ShaneBee By: md_5 <git@md-5.net>
This commit is contained in:
parent
85024025e2
commit
550732e436
3 changed files with 5 additions and 5 deletions
|
@ -70,8 +70,8 @@ public class EnchantmentOffer {
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Sets the the cost (minimum level) which is displayed as a number on the
|
* Sets the cost (minimum level) which is displayed as a number on the right
|
||||||
* right hand side of the enchantment offer.
|
* hand side of the enchantment offer.
|
||||||
*
|
*
|
||||||
* @param cost cost for this enchantment
|
* @param cost cost for this enchantment
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -41,7 +41,7 @@ public interface Damageable extends Entity {
|
||||||
void setHealth(double health);
|
void setHealth(double health);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Sets the entity's absorption amount.
|
* Gets the entity's absorption amount.
|
||||||
*
|
*
|
||||||
* @return absorption amount from 0
|
* @return absorption amount from 0
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -79,8 +79,8 @@ public class EnchantItemEvent extends InventoryEvent implements Cancellable {
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Sets the the cost (minimum level) which is displayed as a number on the
|
* Sets the cost (minimum level) which is displayed as a number on the right
|
||||||
* right hand side of the enchantment offer.
|
* hand side of the enchantment offer.
|
||||||
*
|
*
|
||||||
* @param level - cost in levels
|
* @param level - cost in levels
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in a new issue