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

@@ -1,5 +1,6 @@
package org.bukkit.craftbukkit;
import org.bukkit.craftbukkit.block.CraftBlock;
import org.bukkit.craftbukkit.entity.CraftPoweredMinecart;
import org.bukkit.craftbukkit.entity.CraftEntity;
import org.bukkit.craftbukkit.entity.CraftEgg;