[Bleeding] Event no longer implements Serializable.
By: Feildmaster <admin@feildmaster.com>
This commit is contained in:
@@ -14,7 +14,6 @@ import org.bukkit.inventory.ItemStack;
|
||||
/**
|
||||
* Called when an ItemStack is successfully enchanted (currently at enchantment table)
|
||||
*/
|
||||
@SuppressWarnings("serial")
|
||||
public class EnchantItemEvent extends Event implements Cancellable {
|
||||
private static final HandlerList handlers = new HandlerList();
|
||||
private final Block table;
|
||||
|
||||
@@ -10,7 +10,6 @@ import org.bukkit.inventory.ItemStack;
|
||||
/**
|
||||
* Called when an ItemStack is inserted in an enchantment table - can be called multiple times
|
||||
*/
|
||||
@SuppressWarnings("serial")
|
||||
public class PrepareItemEnchantEvent extends Event implements Cancellable {
|
||||
private static final HandlerList handlers = new HandlerList();
|
||||
private final Block table;
|
||||
|
||||
Reference in New Issue
Block a user