@Override
  public boolean canInteractWith(EntityPlayer player) {

    return inventory.isUseableByPlayer(player);
  }