This commit is contained in:
EvilSeph
2012-01-27 18:23:16 -05:00
parent 38ad0ea5fd
commit bb730f0ee7
3 changed files with 4 additions and 3 deletions

View File

@@ -1,11 +1,11 @@
package net.minecraft.server;
import java.util.List;
// Craftbukkit start
// CraftBukkit start
import org.bukkit.block.BlockState;
import org.bukkit.craftbukkit.event.CraftEventFactory;
import org.bukkit.event.block.EntityBlockFormEvent;
// Craftbukkit end
// CraftBukkit end
public class EntitySnowman extends EntityGolem {