Moved block stuff from org.bukkit to org.bukkit.block

This commit is contained in:
Dinnerbone
2011-01-15 21:37:08 +00:00
parent f419f23cf3
commit e50b5d6ecf
26 changed files with 102 additions and 99 deletions

View File

@@ -1,6 +1,6 @@
package org.bukkit.event.block;
import org.bukkit.Block;
import org.bukkit.block.Block;
import org.bukkit.Material;
import org.bukkit.event.Event;