Updated to the new Configuration api

This commit is contained in:
Nathan Adams
2011-10-10 21:10:48 +01:00
parent 255778b388
commit c818414fd5
5 changed files with 93 additions and 42 deletions

View File

@@ -2,7 +2,9 @@ package org.bukkit.craftbukkit.inventory;
import org.bukkit.inventory.ItemStack;
import org.bukkit.Material;
import org.bukkit.configuration.serialization.DelegateDeserialization;
@DelegateDeserialization(ItemStack.class)
public class CraftItemStack extends ItemStack {
protected net.minecraft.server.ItemStack item;