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,6 +1,6 @@
package org.bukkit.entity;
import org.bukkit.Inventory;
import org.bukkit.inventory.Inventory;
/**
* Represents a storage minecart.