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

This commit is contained in:
Dinnerbone
2011-01-15 21:23:28 +00:00
parent d501bbf1a2
commit 9150e8d85d
42 changed files with 81 additions and 49 deletions

View File

@@ -4,7 +4,7 @@ import java.util.Random;
// CraftBukkit start
import org.bukkit.craftbukkit.CraftBlock;
import org.bukkit.craftbukkit.CraftPlayer;
import org.bukkit.craftbukkit.entity.CraftPlayer;
import org.bukkit.event.Event.Type;
import org.bukkit.event.block.BlockInteractEvent;
// CraftBukkit end