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

This commit is contained in:
Dinnerbone
2011-01-15 21:29:17 +00:00
parent 6b9ad41a05
commit 2fe673741c
17 changed files with 17 additions and 17 deletions

View File

@@ -3,7 +3,7 @@ package net.minecraft.server;
// CraftBukkit start
import org.bukkit.BlockFace;
import org.bukkit.craftbukkit.CraftBlock;
import org.bukkit.craftbukkit.CraftItemStack;
import org.bukkit.craftbukkit.inventory.CraftItemStack;
import org.bukkit.craftbukkit.entity.CraftPlayer;
import org.bukkit.event.Event.Type;
import org.bukkit.event.block.BlockPlaceEvent;