Package | Description |
---|---|
org.bukkit.event.enchantment |
Events triggered from an enchantment table . |
Modifier and Type | Method and Description |
---|---|
@NotNull EnchantmentOffer[] |
PrepareItemEnchantEvent.getOffers()
Get a list of available
EnchantmentOffer for the player. |
Constructor and Description |
---|
PrepareItemEnchantEvent(@NotNull Player enchanter,
@NotNull InventoryView view,
@NotNull Block table,
@NotNull ItemStack item,
@NotNull EnchantmentOffer[] offers,
int bonus) |
Copyright © 2021. All rights reserved.