mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-11 18:22:08 -07:00
@@ -70,8 +70,8 @@ public class EnchantmentOffer {
|
||||
}
|
||||
|
||||
/**
|
||||
* Sets the the cost (minimum level) which is displayed as a number on the
|
||||
* right hand side of the enchantment offer.
|
||||
* Sets the cost (minimum level) which is displayed as a number on the right
|
||||
* hand side of the enchantment offer.
|
||||
*
|
||||
* @param cost cost for this enchantment
|
||||
*/
|
||||
|
@@ -41,7 +41,7 @@ public interface Damageable extends Entity {
|
||||
void setHealth(double health);
|
||||
|
||||
/**
|
||||
* Sets the entity's absorption amount.
|
||||
* Gets the entity's absorption amount.
|
||||
*
|
||||
* @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
|
||||
* right hand side of the enchantment offer.
|
||||
* Sets the cost (minimum level) which is displayed as a number on the right
|
||||
* hand side of the enchantment offer.
|
||||
*
|
||||
* @param level - cost in levels
|
||||
*/
|
||||
|
Reference in New Issue
Block a user