Update CraftBukkit to Minecraft 1.7.2

This commit is contained in:
mbax
2013-11-04 07:07:38 -06:00
committed by Wesley Wolfe
parent ff8b70fbb7
commit 2726696652
349 changed files with 14339 additions and 11287 deletions

View File

@@ -8,7 +8,7 @@ import org.bukkit.entity.HumanEntity;
public class ContainerEnchantTableInventory extends InventorySubcontainer { // CraftBukkit -> public
private final ContainerEnchantTable enchantTable;
final ContainerEnchantTable enchantTable;
// CraftBukkit start
public List<HumanEntity> transaction = new java.util.ArrayList<HumanEntity>();
@@ -54,8 +54,4 @@ public class ContainerEnchantTableInventory extends InventorySubcontainer { // C
super.update();
this.enchantTable.a((IInventory) this);
}
public boolean b(int i, ItemStack itemstack) {
return true;
}
}