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 @@ package net.minecraft.server;
import org.bukkit.BlockFace;
import org.bukkit.craftbukkit.CraftBlock;
import org.bukkit.craftbukkit.CraftItemStack;
import org.bukkit.craftbukkit.CraftPlayer;
import org.bukkit.craftbukkit.entity.CraftPlayer;
import org.bukkit.event.Event.Type;
import org.bukkit.event.block.BlockPlaceEvent;
// CraftBukkit end