Pulling all pending Bukkit-JavaDoc changes
A special thanks goes to @aerouk for almost all of the changes found here.
This commit is contained in:
@@ -9,7 +9,8 @@ import org.bukkit.inventory.InventoryView;
|
||||
import org.bukkit.inventory.ItemStack;
|
||||
|
||||
/**
|
||||
* Called when an ItemStack is inserted in an enchantment table - can be called multiple times
|
||||
* Called when an ItemStack is inserted in an enchantment table - can be
|
||||
* called multiple times
|
||||
*/
|
||||
public class PrepareItemEnchantEvent extends InventoryEvent implements Cancellable {
|
||||
private static final HandlerList handlers = new HandlerList();
|
||||
@@ -58,7 +59,8 @@ public class PrepareItemEnchantEvent extends InventoryEvent implements Cancellab
|
||||
}
|
||||
|
||||
/**
|
||||
* Get list of offered exp level costs of the enchantment (modify values to change offer)
|
||||
* Get list of offered exp level costs of the enchantment (modify values
|
||||
* to change offer)
|
||||
*
|
||||
* @return experience level costs offered
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user