Moved org.bukkit.craftbukkit.Block to org.bukkit.craftbukkit.block.Block

This commit is contained in:
Dinnerbone
2011-01-15 21:40:18 +00:00
parent 0db8d5d111
commit 4d1c1fe5ed
24 changed files with 26 additions and 23 deletions

View File

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