From f03fa3703bea835a12a19bd42965af054540ea58 Mon Sep 17 00:00:00 2001 From: OnyxDarkKnight Date: Thu, 7 May 2015 13:55:09 +0100 Subject: Forgot to remove the guide from being a jewelry XD --- .../darkknight/jewelrycraft/item/ItemGuide.java | 53 +--------------------- 1 file changed, 1 insertion(+), 52 deletions(-) (limited to 'src/main/java/darkknight') diff --git a/src/main/java/darkknight/jewelrycraft/item/ItemGuide.java b/src/main/java/darkknight/jewelrycraft/item/ItemGuide.java index cf773c8..9c2f627 100644 --- a/src/main/java/darkknight/jewelrycraft/item/ItemGuide.java +++ b/src/main/java/darkknight/jewelrycraft/item/ItemGuide.java @@ -12,7 +12,7 @@ import net.minecraftforge.event.entity.player.PlayerEvent.Clone; import darkknight.jewelrycraft.JewelrycraftMod; import darkknight.jewelrycraft.api.IJewelryItem; -public class ItemGuide extends Item implements IJewelryItem +public class ItemGuide extends Item { public ItemGuide() { @@ -25,55 +25,4 @@ public class ItemGuide extends Item implements IJewelryItem if (world.isRemote) player.openGui(JewelrycraftMod.instance, 1, player.worldObj, 0, 0, 0); return stack; } - - /** - * @return - */ - @Override - public int type() - { - return 0; - } - - /** - * @param player - */ - @Override - public void onWearAction(EntityPlayer player) - { - player.addPotionEffect(new PotionEffect(Potion.fireResistance.id, 20, 0)); - } - - /** - * @param player - * @param source - * @param amount - */ - @Override - public void onPlayerAttackedAction(EntityPlayer player, DamageSource source, float amount) - {} - - /** - * @param player - * @param entity - * @param amount - */ - @Override - public void onEntityAttackedByPlayer(EntityPlayer player, EntityLivingBase entity, float amount) - {} - - /** - * @param player - * @param source - */ - @Override - public void onPlayerDeadAction(EntityPlayer player, DamageSource source) - {} - - /** - * @param event - */ - @Override - public void onPlayerRespawnAction(Clone event) - {} } \ No newline at end of file -- cgit v1.2.3