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

@@ -3,7 +3,7 @@ package net.minecraft.server;
import java.util.Random;
// CraftBukkit start
import org.bukkit.craftbukkit.CraftBlock;
import org.bukkit.craftbukkit.block.CraftBlock;
import org.bukkit.craftbukkit.entity.CraftPlayer;
import org.bukkit.event.Event.Type;
import org.bukkit.event.block.BlockInteractEvent;