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

By: Dinnerbone <dinnerbone@dinnerbone.com>
This commit is contained in:
Bukkit/Spigot
2011-01-15 21:27:40 +00:00
parent e2fd2dfd00
commit 1de48a9184
12 changed files with 15 additions and 12 deletions

View File

@@ -1,8 +1,8 @@
package org.bukkit.entity;
import org.bukkit.ItemStack;
import org.bukkit.PlayerInventory;
import org.bukkit.inventory.ItemStack;
import org.bukkit.inventory.PlayerInventory;
/**
* Represents a human entity, such as an NPC or a player

View File

@@ -1,6 +1,6 @@
package org.bukkit.entity;
import org.bukkit.ItemStack;
import org.bukkit.inventory.ItemStack;
/**
* Represents a dropped item.

View File

@@ -1,6 +1,6 @@
package org.bukkit.entity;
import org.bukkit.Inventory;
import org.bukkit.inventory.Inventory;
/**
* Represents a storage minecart.