All inventory stuff in org.bukkit moved to org.bukkit.inventory

This commit is contained in:
Dinnerbone
2011-01-15 21:27:40 +00:00
parent b923ccf636
commit f419f23cf3
12 changed files with 15 additions and 12 deletions

View File

@@ -1,7 +1,7 @@
package org.bukkit.material;
import org.bukkit.ItemStack;
import org.bukkit.inventory.ItemStack;
import org.bukkit.Material;
/**