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

This commit is contained in:
Dinnerbone
2011-01-15 21:21:05 +00:00
parent 34674e7793
commit d501bbf1a2
17 changed files with 93 additions and 92 deletions

View File

@@ -1,7 +1,7 @@
package net.minecraft.server;
// CraftBukkit start
import org.bukkit.LivingEntity;
import org.bukkit.entity.LivingEntity;
import org.bukkit.craftbukkit.CraftBlock;
import org.bukkit.craftbukkit.CraftEntity;
import org.bukkit.craftbukkit.CraftLivingEntity;