location = h.getLocation();
holderDescription = h.getType().toString();
}
else if (holder instanceof DoubleChest)
{
DoubleChest c = (DoubleChest) holder;
location = c.getLocation();
holderDescription = "double chest";
}
else if (holder instanceof Entity)
{
Entity e = (Entity) holder;