fixes to combust event so that it is raised only once on combustion.

minor fixes to imports
This commit is contained in:
Andrew Ardill
2011-01-18 16:30:01 +11:00
parent ddc30dd6e3
commit d7d7a68f91
8 changed files with 44 additions and 26 deletions

View File

@@ -1,12 +1,9 @@
package net.minecraft.server;
import java.util.List;
import java.util.Random;
//CraftBukkit start
import org.bukkit.craftbukkit.entity.CraftArrow;
import org.bukkit.craftbukkit.entity.CraftEntity;
import org.bukkit.craftbukkit.entity.CraftLivingEntity;
import org.bukkit.craftbukkit.CraftServer;
import org.bukkit.event.entity.EntityDamageByProjectileEvent;
import org.bukkit.event.entity.EntityDamageEvent;