Minor cleanups

This commit is contained in:
Erik Broes
2011-03-23 16:39:25 +01:00
parent 49043a8aff
commit ca1c9ef2e1
10 changed files with 10 additions and 20 deletions

View File

@@ -2,10 +2,8 @@ package net.minecraft.server;
// CraftBukkit start
import org.bukkit.Location;
import org.bukkit.craftbukkit.CraftServer;
import org.bukkit.craftbukkit.event.CraftEventFactory;
import org.bukkit.craftbukkit.inventory.CraftItemStack;
import org.bukkit.entity.Player;
import org.bukkit.event.player.PlayerBucketFillEvent;
// CraftBukkit end